Skip to content

Commit

Permalink
publish tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Sep 29, 2018
1 parent f0c51bd commit f7528b8
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 @@ -30,7 +30,7 @@ public function boot()

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

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

Expand Down

0 comments on commit f7528b8

Please sign in to comment.