Skip to content

Commit 2ec6c38

Browse files
committed
Add tag for easier config file publishing
1 parent 6ca78ba commit 2ec6c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BlueprintServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function boot()
2424

2525
$this->publishes([
2626
__DIR__ . '/../config/blueprint.php' => config_path('blueprint.php'),
27-
]);
27+
], 'config');
2828
}
2929

3030
/**

0 commit comments

Comments
 (0)