Risan

Results 1 issues of Risan

So, I set up these rules: ``` channel: 'required|numeric', url: 'required_if:channel,1|url_validation', ``` And it's supposed to check for url when the channel is 1, but the problem is when I...