aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorCamil Staps2020-01-03 20:33:39 +0100
committerCamil Staps2020-01-03 20:33:39 +0100
commit46946cf8a663c66503485411773bdb3388939c58 (patch)
tree6c976718412a1d0a446b3670df16e7e782093409 /config
parentPlace buttons beneath each other (diff)
Rename HebrewParseTrainer namespace to LuoParseTrainer
Diffstat (limited to 'config')
-rw-r--r--config/auth.php2
1 files changed, 1 insertions, 1 deletions
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' => [