Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcricaro committed Sep 25, 2016
1 parent f86f5e6 commit bc4013f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Api/User/JobController.php
Expand Up @@ -85,6 +85,6 @@ public function show(Job $job)
{
return response()->json([
'data' => $job->toArray()
])
]);
}
}

0 comments on commit bc4013f

Please sign in to comment.