@@ -60,7 +60,7 @@ |
||
| 60 | 60 | { |
| 61 | 61 | try { |
| 62 | 62 | $user = app(GetUser::class)->get($userId)->toArray(); |
| 63 | - }catch (UserNotFound $e){ |
|
| 63 | + } catch (UserNotFound $e){ |
|
| 64 | 64 | throw new NotFoundHttpException(); |
| 65 | 65 | } |
| 66 | 66 | |