Skip to content

Commit

Permalink
Merge branch 'laravel9'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbardelmeijer committed Mar 13, 2022
2 parents a68ede0 + d6fdce0 commit ae97cf4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/OutdatedBrowserServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ private function registerViews(): void

private function registerTranslations(): void
{
$this->loadTranslationsFrom(__DIR__ . '/../resources/lang', 'outdated-browser');
$this->loadTranslationsFrom(__DIR__ . '/../lang', 'outdated-browser');
}

private function registerPublishables(): self
Expand All @@ -47,7 +47,7 @@ private function registerPublishables(): self
], 'views');

$this->publishes([
__DIR__ . '/../../resources/lang' => resource_path('lang/vendor/outdated-browser'),
__DIR__ . '/../../lang' => lang_path('vendor/outdated-browser'),
], 'translations');
}

Expand Down

0 comments on commit ae97cf4

Please # to comment.