Skip to content

Commit

Permalink
Merge pull request #72 from kg-bot/analysis-M1da3K
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
kg-bot authored Aug 21, 2021
2 parents ac6b083 + 66227ee commit 9887808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Classes/ExportLocalizations.php
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ protected function parseJsonFiles($file, $key, $dir)
public static function exportToArray()
{
return (new self(
config('laravel-localization.file_regexp.php', '/^.+\.php$/i'),
config('laravel-localization.file_regexp.json', '/^.+\.json$/i')
config('laravel-localization.file_regexp.php', '/^.+\.php$/i'),
config('laravel-localization.file_regexp.json', '/^.+\.json$/i')
))->export()->toArray();
}

Expand Down

0 comments on commit 9887808

Please sign in to comment.