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 1e28557 commit 0d4c27dCopy full SHA for 0d4c27d
src/LaravelShortcodesServiceProvider.php
@@ -93,7 +93,7 @@ protected function bootForConsole()
93
// Publishing the configuration file.
94
$this->publishes([
95
__DIR__ . '/../config/shortcodes.php' => config_path('shortcodes.php'),
96
- ], 'shortcodes.config');
+ ], 'shortcodes');
97
98
// Registering package commands.
99
$this->commands([
0 commit comments