Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0cke committed Aug 24, 2023
1 parent 539b175 commit f18fa0d
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 @@ -63,7 +63,7 @@ In this case, you may pass the current selection state of the grid to the server
To do so, add the following to your request:

```php
class FeedFlamingosRequest extends Controller
class FeedFlamingosRequest extends FormRequest
{
public function rules(): array
{
Expand All @@ -78,7 +78,7 @@ class FeedFlamingosRequest extends Controller
In your controller, use the `AgGridQueryBuilder` to resolve the selection:

```php
class FeedFlamingosController extends FormRequest
class FeedFlamingosController extends Controller
{
public function __invoke(FeedFlamingsRequest $request): AgGridQueryBuilder
{
Expand Down

0 comments on commit f18fa0d

Please sign in to comment.