Skip to content

Commit 4e87e90

Browse files
committed
More explicit tag for publishing
1 parent 6e11101 commit 4e87e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/ModuleProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function boot()
3030

3131
$this->publishes([
3232
__DIR__.'/../resources/views' => base_path('resources/views/vendor/objects'),
33-
], 'views');
33+
], 'typicms-views');
3434

3535
AliasLoader::getInstance()->alias('Objects', Objects::class);
3636

0 commit comments

Comments
 (0)