Skip to content

Commit 0b075d9

Browse files
committed
More explicit tag for publishing
1 parent 9cfe3a3 commit 0b075d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Providers/ModuleProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ public function boot()
3030

3131
$this->publishes([
3232
__DIR__.'/../resources/views' => base_path('resources/views/vendor/places'),
33-
], 'views');
33+
], 'typicms-views');
3434
$this->publishes([
3535
__DIR__.'/../resources/assets' => public_path(),
36-
], 'assets');
36+
], 'typicms-assets');
3737

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

0 commit comments

Comments
 (0)