Skip to content

Commit b19e0ad

Browse files
authored
Merge pull request #444 from ezra-obiwale/fix/vendor-tags
Updated vendor tags for easier publishing
2 parents 480bc22 + 448451b commit b19e0ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ApiDocGeneratorServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ public function boot()
1919

2020
$this->publishes([
2121
__DIR__.'/../resources/views' => app()->basePath().'/resources/views/vendor/apidoc',
22-
], 'views');
22+
], 'apidoc-views');
2323

2424
$this->publishes([
2525
__DIR__.'/../config/apidoc.php' => app()->basePath().'/config/apidoc.php',
26-
], 'config');
26+
], 'apidoc-config');
2727

2828
$this->mergeConfigFrom(__DIR__.'/../config/apidoc.php', 'apidoc');
2929

0 commit comments

Comments
 (0)