Completed
Pull Request — master (#85)
by guillaume
06:43
created
app/Http/Controllers/Profile/ProfileController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.