requiredWithout() with repeater field being the requirement
any recommendations for using ->requiredWithout('user.phone_numbers') where 'user.phone_numbers' is a Repeater field? Im trying to use this require on my email field and have it only required if they dont save a phone number, but my allow multiple phone number, so its a repeater field. Thoughts?