You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ObjectValidator is overkill when defining relationships in ValidationModel.
Although the generalized ObjectValidator might be useful for custom validators like (permissions check) etc
Perhaps we can keep ObjectValidator as $2 argument of ValidationModel and create the new class as helper method that bootstraps a default ObjectValidator based on it's constructor parameters
ObjectValidator is overkill when defining relationships in ValidationModel.
Although the generalized
ObjectValidator
might be useful for custom validators like (permissions check) etcPerhaps we can keep
ObjectValidator
as $2 argument of ValidationModel and create the new class as helper method that bootstraps a default ObjectValidator based on it's constructor parametersThe text was updated successfully, but these errors were encountered: