Skip to content

Commit b1943c2

Browse files
committed
fix provider
1 parent 5120b68 commit b1943c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelCodiceFiscaleServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function boot()
2020
// $this->loadRoutesFrom(__DIR__.'/routes.php');
2121
$this->mergeConfigFrom(__DIR__ . '/../config/config.php','laravel-codice-fiscale');
2222

23-
LaravelCodiceFiscale::registerValidator();
23+
LaravelCodiceFiscaleFacade::registerValidator();
2424

2525

2626
if ($this->app->runningInConsole()) {

0 commit comments

Comments
 (0)