Skip to content

Commit

Permalink
more styling
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Dec 31, 2018
1 parent ca3aa19 commit db2be45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/Language.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function back($locale, Request $request)

if (config('language.url')) {
$previous_url = substr(str_replace(env('APP_URL'), '', $session->previousUrl()), 7);

if (strlen($previous_url) == 3) {
$previous_url = substr($previous_url, 3);
} else {
Expand Down

0 comments on commit db2be45

Please sign in to comment.