Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 6, 2023
1 parent cb97190 commit 0c2c22d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Langs/Langs.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public static function getLocaleLaravel()
$iso639_1 = substr($localeLaravel, 0, 2);

if (in_array($iso639_1, self::LOCALES)) {

return $iso639_1;
}

Expand Down

0 comments on commit 0c2c22d

Please sign in to comment.