diff --git a/src/MicheleAngioni/Support/SupportServiceProvider.php b/src/MicheleAngioni/Support/SupportServiceProvider.php index a5b6dc7..db1222d 100644 --- a/src/MicheleAngioni/Support/SupportServiceProvider.php +++ b/src/MicheleAngioni/Support/SupportServiceProvider.php @@ -61,7 +61,7 @@ public function registerHelpers() public function registerCustomValidators() { - $validator = $this->app->make('Illuminate\Validation\Factory'); + $validator = $this->app->make('validator'); $validator->resolver(function ($translator, $data, $rules, $messages) { $messages = [