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 15
15
use Barryvdh \LaravelIdeHelper \Console \GeneratorCommand ;
16
16
use Barryvdh \LaravelIdeHelper \Console \MetaCommand ;
17
17
use Barryvdh \LaravelIdeHelper \Console \ModelsCommand ;
18
+ use Illuminate \Contracts \Support \DeferrableProvider ;
18
19
use Illuminate \Support \ServiceProvider ;
19
20
use Illuminate \View \Engines \EngineResolver ;
20
21
use Illuminate \View \Engines \PhpEngine ;
21
22
use Illuminate \View \Factory ;
22
23
use Illuminate \View \FileViewFinder ;
23
24
24
- class IdeHelperServiceProvider extends ServiceProvider
25
+ class IdeHelperServiceProvider extends ServiceProvider implements DeferrableProvider
25
26
{
26
27
27
- /**
28
- * Indicates if loading of the provider is deferred.
29
- *
30
- * @var bool
31
- */
32
- protected $ defer = true ;
33
-
34
28
/**
35
29
* Bootstrap the application events.
36
30
*
You can’t perform that action at this time.
0 commit comments