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 eb2e1a6 commit ff5cdefCopy full SHA for ff5cdef
src/Illuminate/Support/ServiceProvider.php
@@ -10,6 +10,10 @@
10
use Illuminate\Database\Eloquent\Factory as ModelFactory;
11
use Illuminate\View\Compilers\BladeCompiler;
12
13
+/**
14
+ * @property array<class-string, class-string> $bindings All of the container bindings that should be registered.
15
+ * @property array<class-string, class-string> $singletons All of the singletons that should be registered.
16
+ */
17
abstract class ServiceProvider
18
{
19
/**
0 commit comments