mirror of
https://github.com/friendica/friendica
synced 2025-04-24 04:30:11 +00:00
Replace BaseObject class with DI::* calls
This commit is contained in:
parent
1de3f186d7
commit
388b963714
98 changed files with 321 additions and 440 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
namespace Friendica\Model\TwoFactor;
|
||||
|
||||
use Friendica\BaseObject;
|
||||
use Friendica\Database\DBA;
|
||||
use Friendica\Util\DateTimeFormat;
|
||||
use PragmaRX\Random\Random;
|
||||
|
@ -13,7 +12,7 @@ use PragmaRX\Recovery\Recovery;
|
|||
*
|
||||
* @package Friendica\Model
|
||||
*/
|
||||
class RecoveryCode extends BaseObject
|
||||
class RecoveryCode
|
||||
{
|
||||
/**
|
||||
* Returns the number of code the provided users can still use to replace a TOTP code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue