Skip to content

Commit e5bf646

Browse files
committed
Add 'deprecated' docblock to 'defer' property
1 parent 24ca2b0 commit e5bf646

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Support/ServiceProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ abstract class ServiceProvider
1717
/**
1818
* Indicates if loading of the provider is deferred.
1919
*
20+
* @deprecated 5.8 Implement the \Illuminate\Contracts\Support\Deferred interface instead.
21+
*
2022
* @var bool
2123
*/
2224
protected $defer = false;

0 commit comments

Comments
 (0)