Skip to content

Commit fc39131

Browse files
committed
Views publishing path corrected.
1 parent c28e0ba commit fc39131

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
@@ -20,7 +20,7 @@ public function boot(): void
2020
$this->loadViewsFrom(__DIR__.'/../../resources/views/', 'places');
2121

2222
$this->publishes([__DIR__.'/../../database/migrations/create_places_table.php.stub' => getMigrationFileName('create_places_table')], 'typicms-migrations');
23-
$this->publishes([__DIR__.'/../../resources/views' => resource_path('views/places')], 'typicms-views');
23+
$this->publishes([__DIR__.'/../../resources/views' => resource_path('views/vendor/places')], 'typicms-views');
2424
$this->publishes([__DIR__.'/../../resources/scss' => resource_path('scss')], 'typicms-resources');
2525
$this->publishes([__DIR__.'/../../public/js' => public_path('js')], 'typicms-public');
2626

0 commit comments

Comments
 (0)