We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da61784 + 4aa5aca commit b6b7742Copy full SHA for b6b7742
src/LaravelStatusesServiceProvider.php
@@ -17,7 +17,7 @@ public function configurePackage(Package $package): void
17
*/
18
$package
19
->name('laravel-statuses')
20
- ->hasConfigFile()
+ ->hasConfigFile('statuses')
21
->hasCommand(StatusGenerateCommand::class);
22
}
23
0 commit comments