zweryfikować jedno pole wymagane w Laravel

$rules = array(
    'Email' => 'required_without:QQ'
);
Romesh Fernando