Skip to content

Commit 63de868

Browse files
authored
Merge pull request #2 from immeyti/master
Fix publish path
2 parents 9d1156d + a6a6b4d commit 63de868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ManagerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ protected function loadViews()
9898
$viewPath = __DIR__.'/../resources/views';
9999
$this->loadViewsFrom($viewPath, 'translation-manager');
100100
$this->publishes([
101-
$viewPath => resource_path('assets/views/vendor/translation-manager'),
101+
$viewPath => resource_path('views/vendor/translation-manager'),
102102
], 'views');
103103
}
104104

0 commit comments

Comments
 (0)