Skip to content

Commit

Permalink
More explicit tag for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Sep 25, 2017
1 parent 9cfe3a3 commit 0b075d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Providers/ModuleProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ public function boot()

$this->publishes([
__DIR__.'/../resources/views' => base_path('resources/views/vendor/places'),
], 'views');
], 'typicms-views');
$this->publishes([
__DIR__.'/../resources/assets' => public_path(),
], 'assets');
], 'typicms-assets');

AliasLoader::getInstance()->alias('Places', Places::class);

Expand Down

0 comments on commit 0b075d9

Please sign in to comment.