File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 14
14
use Barryvdh \LaravelIdeHelper \Console \GeneratorCommand ;
15
15
use Barryvdh \LaravelIdeHelper \Console \MetaCommand ;
16
16
use Barryvdh \LaravelIdeHelper \Console \ModelsCommand ;
17
+ use Illuminate \Contracts \Support \DeferrableProvider ;
17
18
use Illuminate \Support \ServiceProvider ;
18
19
use Illuminate \View \Engines \EngineResolver ;
19
20
use Illuminate \View \Engines \PhpEngine ;
20
21
use Illuminate \View \Factory ;
21
22
use Illuminate \View \FileViewFinder ;
22
23
23
- class IdeHelperServiceProvider extends ServiceProvider
24
+ class IdeHelperServiceProvider extends ServiceProvider implements DeferrableProvider
24
25
{
25
26
26
- /**
27
- * Indicates if loading of the provider is deferred.
28
- *
29
- * @var bool
30
- */
31
- protected $ defer = true ;
32
-
33
27
/**
34
28
* Bootstrap the application events.
35
29
*
You can’t perform that action at this time.
0 commit comments