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 6ca78ba commit 2ec6c38Copy full SHA for 2ec6c38
src/BlueprintServiceProvider.php
@@ -24,7 +24,7 @@ public function boot()
24
25
$this->publishes([
26
__DIR__ . '/../config/blueprint.php' => config_path('blueprint.php'),
27
- ]);
+ ], 'config');
28
}
29
30
/**
0 commit comments