@@ -48,7 +48,7 @@ |
||
| 48 | 48 | 'ip' => $this->request->ip(), |
| 49 | 49 | ]; |
| 50 | 50 | |
| 51 | - if ((! array_key_exists('$browser', $data)) && $browserInfo->isRobot()) { |
|
| 51 | + if (( ! array_key_exists('$browser', $data)) && $browserInfo->isRobot()) { |
|
| 52 | 52 | $data['$browser'] = 'Robot'; |
| 53 | 53 | } |
| 54 | 54 | |