correccion

parent f6993fe9
...@@ -27,7 +27,7 @@ class Utiles { ...@@ -27,7 +27,7 @@ class Utiles {
return $log; return $log;
} }
public static function isMobile(Request $request) { public static function isMobile($request) {
$useragent = $request->headers->get('User-Agent'); $useragent = $request->headers->get('User-Agent');
if (!$useragent) { if (!$useragent) {
return false; return false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment