Skip to content

Commit 8420bc0

Browse files
authored
🔧 Add the FoundationServiceProvider to the default providers (Fixes #409) (#417)
1 parent dd04bab commit 8420bc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/Roots/Acorn/DefaultProviders.php‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class DefaultProviders extends DefaultProvidersBase
2323
* The additional framework providers.
2424
*/
2525
protected array $additionalProviders = [
26+
\Illuminate\Foundation\Providers\FoundationServiceProvider::class,
2627
\Illuminate\Foundation\Providers\ComposerServiceProvider::class,
2728
\Illuminate\Database\MigrationServiceProvider::class,
2829
];

0 commit comments

Comments
 (0)