Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphjsmit committed Feb 16, 2022
1 parent aa5ee39 commit 485c724
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,7 @@ You may use all the dependency injection functionality that's available as well
public User $user;
public string $x = '';

public function mount(array $
params, User $model): void
public function mount(array $params, User $model): void
{
$this->user = $model;
$this->x = $params['x'];
Expand Down

0 comments on commit 485c724

Please sign in to comment.