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