Skip to content

Commit

Permalink
Merge d107e66 into d99c4d5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lotuashvili committed Dec 10, 2018
2 parents d99c4d5 + d107e66 commit e5f0bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class UserController extends Controller
{
public function show($id, Optimus $optimus)
{
$id = $optimus->decode($id));
$id = $optimus->decode($id);
}
}
```
Expand Down

0 comments on commit e5f0bd1

Please sign in to comment.