Skip to content

Commit

Permalink
Update APIResponseServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
negartarh committed Jan 5, 2024
1 parent 946dccb commit eb4bd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/APIResponseServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function boot(): void

require_once __DIR__ . '/Helpers/functions.php';

$this->loadTranslationsFrom(__DIR__ . '/Resources/languages', 'apiwrapper');
$this->loadJsonTranslationsFrom(__DIR__ . '/Resources/languages');

$this->publishes([
__DIR__ . '/Config/apiwrapper.php' => config_path('apiwrapper.php'),
Expand Down

0 comments on commit eb4bd78

Please sign in to comment.