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 b565a68 commit fc4bc69Copy full SHA for fc4bc69
src/ScenariosServiceProvider.php
@@ -51,7 +51,7 @@ protected function bootForConsole(): void
51
$this->publishes([
52
__DIR__ . '/../config/scenarios.php' => config_path('scenarios.php')
53
],
54
- 'config'
+ 'scenarios.config'
55
);
56
}
57
0 commit comments