@@ -71,7 +71,7 @@ |
||
| 71 | 71 | $user = User::find($request->route('id')); |
| 72 | 72 | |
| 73 | 73 | |
| 74 | - if (! hash_equals((string) $request->route('id'), (string) $user->getKey())) { |
|
| 74 | + if (!hash_equals((string) $request->route('id'), (string) $user->getKey())) { |
|
| 75 | 75 | throw new AuthorizationException; |
| 76 | 76 | } |
| 77 | 77 | |