Skip to content

Commit 0d4c27d

Browse files
committed
Fixed config publish tag
1 parent 1e28557 commit 0d4c27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelShortcodesServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ protected function bootForConsole()
9393
// Publishing the configuration file.
9494
$this->publishes([
9595
__DIR__ . '/../config/shortcodes.php' => config_path('shortcodes.php'),
96-
], 'shortcodes.config');
96+
], 'shortcodes');
9797

9898
// Registering package commands.
9999
$this->commands([

0 commit comments

Comments
 (0)