Skip to content

Commit 90998c7

Browse files
Publishes the language file to the langPath (#10)
1 parent 5c91fe6 commit 90998c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StageFrontServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ protected function registerPublishableFiles()
9898
], 'views');
9999

100100
$this->publishes([
101-
__DIR__."/../resources/lang" => resource_path("lang/vendor/{$this->name}"),
101+
__DIR__."/../resources/lang" => $this->app->langPath("vendor/{$this->name}"),
102102
], 'lang');
103103
}
104104

0 commit comments

Comments
 (0)