Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
martiendt authored and StyleCIBot committed Nov 25, 2017
1 parent 810ac69 commit c45e402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Api/AuthUserController.php
Expand Up @@ -20,7 +20,7 @@ public function show(Request $request)
'data' => [
'email' => $user->email,
'name' => $user->name,
]
],
];

return $userData;
Expand Down

0 comments on commit c45e402

Please sign in to comment.