Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 79413d7

Browse files
committed
Fixing doc on array syntax
1 parent 9d3c1e1 commit 79413d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class User extends \LaravelBook\Ardent\Ardent {
161161
}
162162
```
163163

164-
> **Note**: you're free to use the [array syntax](http://laravel.com/docs/validation#basic-usage) for validation rules as well.
164+
> **Note**: you're free to use the [array syntax](http://laravel.com/docs/5.0/validation#basic-usage) for validation rules as well. _I hope you don't mind the old Laravel docs link, but as good as Laravel documentation is, clear reference on pipe/array syntaxes for Validation rules is unfortunately gone since 5.1._
165165
166166
Ardent models validate themselves automatically when `Ardent->save()` is called.
167167

0 commit comments

Comments
 (0)