diff --git a/config/auth.php b/config/auth.php index 75a46ab80568..dc92eeb0c348 100644 --- a/config/auth.php +++ b/config/auth.php @@ -78,7 +78,6 @@ return [ ], 'contacts' => [ 'driver' => 'eloquent', - 'model' => App\Models\ClientContact::class, ],