@@ -63,7 +63,7 @@ |
||
63 | 63 | private function findLanguage($request) |
64 | 64 | { |
65 | 65 | // read the language from the request header, if the header is missed, take the default local language |
66 | - return $request->header('Content-Language') ? : Config::get('app.locale'); |
|
66 | + return $request->header('Content-Language') ?: Config::get('app.locale'); |
|
67 | 67 | } |
68 | 68 | |
69 | 69 | /** |