]> _ Git - cubedesigners_userdatabase.git/commitdiff
wip #6407
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 18 Oct 2023 07:47:08 +0000 (09:47 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 18 Oct 2023 07:47:08 +0000 (09:47 +0200)
src/app/Models/User.php

index 02e022a682e831073dc20c5e2952b0012450aead..63c623d90a60d8d6b83654ab0a95029d0f627670 100644 (file)
@@ -332,4 +332,9 @@ class User extends CubistMagicAuthenticatable implements HasLocalePreference
     {
         return $this->locale;
     }
+
+    protected function getDefaultGuardName(): string
+    {
+        return 'backpack';
+    }
 }