vitodeploy / vito

The Ultimate Server Management Tool
https://vitodeploy.com
GNU Affero General Public License v3.0
1.06k stars 166 forks source link

Refactor validation rules to implement the new ValidationRule interface #249

Closed bambamboole closed 3 months ago

bambamboole commented 3 months ago

This Pr only does a bit of hygiene. We remove the usages of the deprecated Illuminate\Contracts\Validation\Rule interface in favor of the new Illuminate\Contracts\Validation\ValidationRule interface.

Each rule is covered existing tests which can be verified by changing the validate methods temporally.

saeedvaziry commented 3 months ago

Good catch!