]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/TwoFactor/RecoveryCode.php
Merge pull request #9586 from annando/inbox-status
[friendica.git] / src / Model / TwoFactor / RecoveryCode.php
index 676b538378daa7708f9072fe6542d17d609958b3..2c3b71ad4148fbeb40db7ab21419d33e7b956f0e 100644 (file)
@@ -1,8 +1,26 @@
 <?php
+/**
+ * @copyright Copyright (C) 2020, Friendica
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ *
+ */
 
 namespace Friendica\Model\TwoFactor;
 
-use Friendica\BaseObject;
 use Friendica\Database\DBA;
 use Friendica\Util\DateTimeFormat;
 use PragmaRX\Random\Random;
@@ -10,10 +28,8 @@ use PragmaRX\Recovery\Recovery;
 
 /**
  * Manages users' two-factor recovery codes in the 2fa_recovery_codes table
- *
- * @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