Skip to content

Commit 44e9115

Browse files
committed
Views publishing path corrected.
1 parent de70220 commit 44e9115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/ModuleServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function boot(): void
2424
$this->loadViewsFrom(__DIR__.'/../../resources/views/', 'subscriptions');
2525

2626
$this->publishes([__DIR__.'/../../database/migrations/add_columns_to_users_table.php.stub' => getMigrationFileName('add_columns_to_users_table')], 'typicms-migrations');
27-
$this->publishes([__DIR__.'/../../resources/views' => resource_path('views/subscriptions')], 'typicms-views');
27+
$this->publishes([__DIR__.'/../../resources/views' => resource_path('views/vendor/subscriptions')], 'typicms-views');
2828
$this->publishes([__DIR__.'/../../resources/scss' => resource_path('scss')], 'typicms-resources');
2929

3030
View::composer('core::admin._sidebar', SidebarViewComposer::class);

0 commit comments

Comments
 (0)