'string|regex:/^[^:]+$/i', ]; } /** * Prepare the data for validation. * * @codeCoverageIgnore * * @return void */ protected function prepareForValidation() { $this->merge([ 'service' => strip_tags($this->service), ]); } }