it is my code: ``` public function prepareForValidation() { $this->merge([ 'phone' => preg_replace('/[^0-9]/', '', $this->phone) ]); } ``` Thank you for great package!