Skip to content

Commit

Permalink
Merge branch 'master' of github.com:archtechx/airwire
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed May 22, 2021
2 parents 1bbc272 + 633cb56 commit 20f8881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ interface CreateUser {
email: string;
password: string;
password_confirmation: string;
create(): AirwirePromise<User>;
submit(): AirwirePromise<User>;
errors: { ... }

// ...
Expand Down 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 20f8881

Please sign in to comment.