Browse Source

fixed user dbo cast

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
669e56b951
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Auth/DBO/LuticateUsersLoginDbo.php

+ 1
- 1
src/Auth/DBO/LuticateUsersLoginDbo.php View File

17
      */
17
      */
18
     public static function fromUserDbo($user)
18
     public static function fromUserDbo($user)
19
     {
19
     {
20
-        return $user->castAs('LuticateUsersLoginDbo');
20
+        return $user->castAs('Luticate\Auth\DBO\LuticateUsersLoginDbo');
21
     }
21
     }
22
 
22
 
23
     /**
23
     /**

Loading…
Cancel
Save