Skip to content

Commit 4a5fe2d

Browse files
committed
Call registered callbacks after registering providers (Fixes #463)
1 parent 0e64a0f commit 4a5fe2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Roots/Acorn/Application.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ public function registerConfiguredProviders()
329329

330330
(new ProviderRepository($this, new Filesystem, $this->getCachedServicesPath()))
331331
->load($providers->collapse()->toArray());
332+
333+
$this->fireAppCallbacks($this->registeredCallbacks);
332334
}
333335

334336
/**

0 commit comments

Comments
 (0)