forked from dillingham/nova-attach-many
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
The ArrayRules class of this library implements the Illuminate\Contracts\Validation\Rule interface from laravel/framework.
However, this interface states:
@deprecated see ValidationRule
Which I believe references the class Illuminate/Contracts/Validation/ValidationRule.php
As such it would be good to already make changes to switch over to the new interface (if possible).
However, this might require a new major version as probably not all versions of laravel/framework have this interface (unsure).
Metadata
Metadata
Assignees
Labels
No labels