From 46946cf8a663c66503485411773bdb3388939c58 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 3 Jan 2020 20:33:39 +0100 Subject: Rename HebrewParseTrainer namespace to LuoParseTrainer --- config/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/auth.php') diff --git a/config/auth.php b/config/auth.php index 5e571a9..7c5d7c5 100644 --- a/config/auth.php +++ b/config/auth.php @@ -67,7 +67,7 @@ return [ 'providers' => [ 'users' => [ 'driver' => 'eloquent', - 'model' => HebrewParseTrainer\User::class, + 'model' => LuoParseTrainer\User::class, ], // 'users' => [ -- cgit v1.2.3