Skip to content

Commit

Permalink
🔧 Add the FoundationServiceProvider to the default providers (Fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x authored Dec 5, 2024
1 parent dd04bab commit 8420bc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Roots/Acorn/DefaultProviders.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class DefaultProviders extends DefaultProvidersBase
* The additional framework providers.
*/
protected array $additionalProviders = [
\Illuminate\Foundation\Providers\FoundationServiceProvider::class,
\Illuminate\Foundation\Providers\ComposerServiceProvider::class,
\Illuminate\Database\MigrationServiceProvider::class,
];
Expand Down

0 comments on commit 8420bc0

Please sign in to comment.