Skip to content

Commit 9419dd4

Browse files
committed
Use unique name for tag
1 parent e6d476c commit 9419dd4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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-
], 'config');
27+
], 'blueprint-config');
2828
}
2929

3030
/**

src/Lexers/ControllerLexer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ private function resourceTokens()
107107
'delete' => '[singular]',
108108
'redirect' => '[singular].index',
109109
],
110-
111110
'api.index' => [
112111
'query' => 'all:[plural]',
113112
'resource' => 'collection:[plural]',

0 commit comments

Comments
 (0)