Skip to content

Commit

Permalink
docs: wrong location of RequestValidation
Browse files Browse the repository at this point in the history
  • Loading branch information
philsturgeon authored Jan 16, 2024
1 parent 3602c85 commit e7eda89
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 @@ -119,8 +119,8 @@ For example:

```php
protected $middleware = [
\Membrane\Laravel\RequestValidation::class,
\Membrane\Laravel\Middleware\RequestValidation::class,
\Membrane\Laravel\Middleware\ResponseJsonFlat::class
// ...
// ...
];
```

0 comments on commit e7eda89

Please sign in to comment.