Skip to content

Commit

Permalink
Merge pull request #6 from shuvroroy/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in readme
  • Loading branch information
stancl authored May 22, 2021
2 parents f5fc60f + d71f40e commit 02c1a81
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 @@ -259,7 +259,7 @@ It supports converting received IDs to model instances:
public User $user;
```

Converting arays/objects to unsaved instances:
Converting arrays/objects to unsaved instances:
```php
// received: ['name' => 'Try Airwire on a new project', 'priority' => 'highest']
public function addTask(Task $task)
Expand Down

0 comments on commit 02c1a81

Please # to comment.