File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments