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.
2 parents 35ee745 + 3e4ba96 commit 159bf1aCopy full SHA for 159bf1a
src/Illuminate/Support/ServiceProvider.php
@@ -98,7 +98,7 @@ public function booted(Closure $callback)
98
public function callBootingCallbacks()
99
{
100
foreach ($this->bootingCallbacks as $callback) {
101
- $callback();
+ $this->app->call($callback);
102
}
103
104
@@ -110,7 +110,7 @@ public function callBootingCallbacks()
110
public function callBootedCallbacks()
111
112
foreach ($this->bootedCallbacks as $callback) {
113
114
115
116
0 commit comments