Skip to content

Commit b6b7742

Browse files
authored
Merge pull request #4 from uutkukorkmaz/bugfix/publish-tag-fix
Fixes config publish
2 parents da61784 + 4aa5aca commit b6b7742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelStatusesServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function configurePackage(Package $package): void
1717
*/
1818
$package
1919
->name('laravel-statuses')
20-
->hasConfigFile()
20+
->hasConfigFile('statuses')
2121
->hasCommand(StatusGenerateCommand::class);
2222
}
2323
}

0 commit comments

Comments
 (0)