1
0
Fork 0
mirror of https://github.com/archtechx/airwire.git synced 2025-12-12 02:34:04 +00:00

Merge pull request #6 from shuvroroy/patch-1

Fixed typo in readme
This commit is contained in:
Samuel Štancl 2021-05-22 15:30:38 +02:00 committed by GitHub
commit 02c1a81679
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)