Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drsdre authored Oct 8, 2019
1 parent 7dc8205 commit 2b5202e
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 @@ -75,7 +75,7 @@ public function back($locale, Request $request)
return redirect(
$session->previousUrl()
? $session->previousUrl()
: ( config('language.url') ? url('/' . $locale) : url('/') )
: (config('language.url') ? url('/' . $locale) : url('/'))
);
}
}

0 comments on commit 2b5202e

Please sign in to comment.