Skip to content

Commit fc4bc69

Browse files
committed
1.) added: better names on publishing
2.) added: code format Signed-off-by: Oskars Germovs <oskars_germovs@inbox.lv>
1 parent b565a68 commit fc4bc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ScenariosServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ protected function bootForConsole(): void
5151
$this->publishes([
5252
__DIR__ . '/../config/scenarios.php' => config_path('scenarios.php')
5353
],
54-
'config'
54+
'scenarios.config'
5555
);
5656
}
5757
}

0 commit comments

Comments
 (0)