'required|max_length[40]', 'allowed_status' => 'max_length[250]', 'is_active' => 'in_list[0,1]' ]; protected $validationMessages = []; protected $skipValidation = false; }