'This is the custom label', ]; } public function rules() { return []; } public function scenarios() { return [ 'test' => ['firstName', 'lastName', '!underscore_style'], 'duplicates' => ['firstName', 'firstName', '!underscore_style', '!underscore_style'], ]; } }