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 996d0f0 commit 8f527bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/ModuleProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function boot()

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

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

Expand Down

0 comments on commit 8f527bd

Please sign in to comment.