Skip to content

Commit

Permalink
Publishes the language file to the langPath
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisSerneels authored Feb 21, 2024
1 parent 5c91fe6 commit 637b1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StageFrontServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ protected function registerPublishableFiles()
], 'views');

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

Expand Down

0 comments on commit 637b1db

Please sign in to comment.