diff --git a/src/Illuminate/Support/ServiceProvider.php b/src/Illuminate/Support/ServiceProvider.php index 7395397a3eca..f059a046bcf8 100755 --- a/src/Illuminate/Support/ServiceProvider.php +++ b/src/Illuminate/Support/ServiceProvider.php @@ -10,6 +10,10 @@ use Illuminate\Database\Eloquent\Factory as ModelFactory; use Illuminate\View\Compilers\BladeCompiler; +/** + * @property array $bindings All of the container bindings that should be registered. + * @property array $singletons All of the singletons that should be registered. + */ abstract class ServiceProvider { /**