Skip to content

Commit

Permalink
Update route-model-binding.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rubel authored Apr 27, 2022
1 parent e0946dc commit 9753e42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Examples/route-model-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ Example `mount`:
```php
public function mount(User $user): void
{
$this->email = $user->email;
$this->username = $user->username;
$this->fill($user);
}
```

Expand Down

0 comments on commit 9753e42

Please sign in to comment.