Skip to content

Commit

Permalink
Changed the Namespace from "Model" to "Models" (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
poldixd authored Jan 21, 2024
1 parent e7ce22a commit 77a6174
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 @@ -103,7 +103,7 @@ You can even use Laravel's `exists:table,column` database checking request valid

```php
$data = request()->validate([
'state' => ['required', 'exists:App\Model\State,abbr'],
'state' => ['required', 'exists:App\Models\State,abbr'],
]);
```

Expand Down

0 comments on commit 77a6174

Please sign in to comment.