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 f96c9e6 commit d665f70Copy full SHA for d665f70
Application.php
@@ -193,9 +193,9 @@ protected function registerDefaultServiceProviders(): void
193
{
194
foreach (
195
[
196
- Providers\ConfigServiceProvider::class,
197
- Providers\FlysystemServiceProvider::class,
198
- Providers\SmtpMailerServiceProvider::class,
+ Providers\ConfigServiceProvider::class,
+ Providers\FlysystemServiceProvider::class,
+ Providers\SmtpMailerServiceProvider::class,
199
] as $serviceProvider
200
) {
201
$this->registerServiceProvider(serviceProvider: $serviceProvider);
0 commit comments