Skip to content

Commit 207db22

Browse files
committed
feat: rename to inertia-lang
1 parent dd74b53 commit 207db22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

src/LaravelLangSyncInertiaServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function boot(): void
3030
protected function mergeConfig(): void
3131
{
3232
$this->mergeConfigFrom(
33-
__DIR__.'/../config/lang-manager.php',
33+
__DIR__.'/../config/inertia-lang.php',
3434
'lang-manager'
3535
);
3636
}
@@ -45,7 +45,7 @@ protected function registerCommands(): void
4545
protected function publishConfig(): void
4646
{
4747
$this->publishes([
48-
__DIR__.'/../config/lang-manager.php' => config_path('lang-manager.php'),
48+
__DIR__.'/../config/inertia-lang.php' => config_path('inertia-lang.php'),
4949
], 'erag:publish-lang-config');
5050

5151
$this->publishes([

0 commit comments

Comments
 (0)