@@ -51,7 +51,7 @@ |
||
| 51 | 51 | */ |
| 52 | 52 | public function attempt($password) |
| 53 | 53 | { |
| 54 | - if (! Hash::check($password, Auth::user()->getAuthPassword())) { |
|
| 54 | + if (!Hash::check($password, Auth::user()->getAuthPassword())) { |
|
| 55 | 55 | return false; |
| 56 | 56 | } |
| 57 | 57 | |