We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df422d4 commit 8aebc30Copy full SHA for 8aebc30
src/Interfaces/Models/User.php
@@ -4,7 +4,6 @@
4
5
namespace Cone\Root\Interfaces\Models;
6
7
-use Cone\Root\Models\AuthCode;
8
use Illuminate\Database\Eloquent\Relations\HasMany;
9
use Illuminate\Database\Eloquent\Relations\HasOne;
10
use Illuminate\Database\Eloquent\Relations\MorphMany;
@@ -35,9 +34,4 @@ public function authCodes(): HasMany;
35
34
* Determine whether the object requires two factor authentication.
36
*/
37
public function requiresTwoFactorAuthentication(): bool;
38
-
39
- /**
40
- * Generate a new auth code for the user.
41
- */
42
- public function generateAuthCode(): AuthCode;
43
}
0 commit comments