Skip to content

Commit

Permalink
Fixed function name
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianzofcin committed Apr 13, 2023
1 parent f379b3d commit 1b17644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LaravelApiResponseServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public function boot():void
/**
* @return void
*/
protected function registerTranslations(): void
protected function publishTranslations(): void
{
$this->loadTranslationsFrom(__DIR__ . '/../resources/lang', 'wame-auth');
$this->loadTranslationsFrom(__DIR__ . '/../resources/lang', 'wame-api-response');
}
}

0 comments on commit 1b17644

Please sign in to comment.