Replace recovery token repository
This commit is contained in:
parent
860b2d890b
commit
706dd6523e
2 changed files with 4 additions and 18 deletions
|
@ -1,13 +0,0 @@
|
|||
<?php
|
||||
|
||||
namespace Pterodactyl\Repositories\Eloquent;
|
||||
|
||||
use Pterodactyl\Models\RecoveryToken;
|
||||
|
||||
class RecoveryTokenRepository extends EloquentRepository
|
||||
{
|
||||
public function model(): string
|
||||
{
|
||||
return RecoveryToken::class;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue