Skip to content

Commit

Permalink
Merge pull request #444 from ezra-obiwale/fix/vendor-tags
Browse files Browse the repository at this point in the history
Updated vendor tags for easier publishing
  • Loading branch information
shalvah authored Jan 6, 2019
2 parents 480bc22 + 448451b commit b19e0ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ApiDocGeneratorServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ public function boot()

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

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

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

Expand Down

0 comments on commit b19e0ad

Please sign in to comment.