laravel / jetstream

Tailwind scaffolding for the Laravel framework.
https://jetstream.laravel.com
MIT License
3.93k stars 809 forks source link

[5.x] Use `ValidationRule` instead of the deprecated `Rule` class #1471

Closed jdecode closed 3 months ago

jdecode commented 3 months ago

Use ValidationRule instead of the deprecated Rule class.

When using enlightn/enlightn deprecated code warning started to show up - and this seems to be the cause/fix for that.

taylorotwell commented 3 months ago

That's not what this method returns.