Skip to content

Commit 4032c83

Browse files
committed
Fix deferred loading
1 parent 66b041d commit 4032c83

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Providers/SruServiceProvider.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77

88
class SruServiceProvider extends ServiceProvider
99
{
10+
/**
11+
* Indicates if loading of the provider is deferred.
12+
*
13+
* @var bool
14+
*/
15+
protected $defer = true;
16+
1017
/**
1118
* Bootstrap the application events.
1219
*

0 commit comments

Comments
 (0)