Skip to content

Commit 8aebc30

Browse files
committed
cleanup
1 parent df422d4 commit 8aebc30

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Interfaces/Models/User.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
namespace Cone\Root\Interfaces\Models;
66

7-
use Cone\Root\Models\AuthCode;
87
use Illuminate\Database\Eloquent\Relations\HasMany;
98
use Illuminate\Database\Eloquent\Relations\HasOne;
109
use Illuminate\Database\Eloquent\Relations\MorphMany;
@@ -35,9 +34,4 @@ public function authCodes(): HasMany;
3534
* Determine whether the object requires two factor authentication.
3635
*/
3736
public function requiresTwoFactorAuthentication(): bool;
38-
39-
/**
40-
* Generate a new auth code for the user.
41-
*/
42-
public function generateAuthCode(): AuthCode;
4337
}

0 commit comments

Comments
 (0)