Skip to content

Commit

Permalink
Request and Resource binding
Browse files Browse the repository at this point in the history
  • Loading branch information
reindert-vetter authored Aug 15, 2021
1 parent bae009e commit 8fbd3b8
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 @@ -185,7 +185,7 @@ class BindOrderIndexRequestV2
}
```

The requests must extend the base class OrderIndexRequest. You can do the same for the resource class. The configuration will then look like this:
OrderIndexRequestV2 must extend the base class OrderIndexRequest. You can do the same for the resource class. The configuration will then look like this:
```php
'(GET)/orders' => [
'<=1' => [
Expand Down

0 comments on commit 8fbd3b8

Please sign in to comment.