mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 00:23:13 +08:00
typehint fix, opening for implementation
This commit is contained in:
parent
d7fe3ca35b
commit
d944a9e618
|
@ -11,6 +11,7 @@
|
||||||
namespace Flarum\Foundation;
|
namespace Flarum\Foundation;
|
||||||
|
|
||||||
use Illuminate\Support\ServiceProvider;
|
use Illuminate\Support\ServiceProvider;
|
||||||
|
use Illuminate\Contracts\Foundation\Application;
|
||||||
|
|
||||||
abstract class AbstractServiceProvider extends ServiceProvider
|
abstract class AbstractServiceProvider extends ServiceProvider
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user