We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like Illuminate\Contracts\Validation\Rule is deprecated since... Laravel 5.6. It's still used in two files:
Illuminate\Contracts\Validation\Rule
Toby\Infrastructure\Slack\Rules\SlackUserExistsRule
Toby\Infrastructure\Slack\Rules\YearPeriodExists
I would like to replace it with Illuminate\Contracts\Validation\ValidationRule, but it works slightly different, so some refactor will be needed.
Illuminate\Contracts\Validation\ValidationRule
The text was updated successfully, but these errors were encountered:
#335 - wip
9f04874
4f1269b
#335 - refactor deprecated rule contract (#365)
8e3e751
* #335 - wip * #335 - wip
EwelinaSkrzypacz
Successfully merging a pull request may close this issue.
Looks like
Illuminate\Contracts\Validation\Rule
is deprecated since... Laravel 5.6. It's still used in two files:Toby\Infrastructure\Slack\Rules\SlackUserExistsRule
Toby\Infrastructure\Slack\Rules\YearPeriodExists
I would like to replace it with
Illuminate\Contracts\Validation\ValidationRule
, but it works slightly different, so some refactor will be needed.The text was updated successfully, but these errors were encountered: