We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ca2b0 commit e5bf646Copy full SHA for e5bf646
src/Illuminate/Support/ServiceProvider.php
@@ -17,6 +17,8 @@ abstract class ServiceProvider
17
/**
18
* Indicates if loading of the provider is deferred.
19
*
20
+ * @deprecated 5.8 Implement the \Illuminate\Contracts\Support\Deferred interface instead.
21
+ *
22
* @var bool
23
*/
24
protected $defer = false;
0 commit comments