mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-10 08:54:27 +02:00
Fix errors in Module namespace
This commit is contained in:
parent
650e65d4b4
commit
b35c45bf5a
9 changed files with 79 additions and 59 deletions
|
@ -14,12 +14,12 @@ use Friendica\Util\DateTimeFormat;
|
|||
* Class TrustedBrowser
|
||||
*
|
||||
*
|
||||
* @property-read $cookie_hash
|
||||
* @property-read $uid
|
||||
* @property-read $user_agent
|
||||
* @property-read $trusted
|
||||
* @property-read $created
|
||||
* @property-read $last_used
|
||||
* @property-read string $cookie_hash
|
||||
* @property-read int $uid
|
||||
* @property-read string $user_agent
|
||||
* @property-read bool $trusted
|
||||
* @property-read string $created
|
||||
* @property-read string|null $last_used
|
||||
* @package Friendica\Model\TwoFactor
|
||||
*/
|
||||
class TrustedBrowser extends BaseEntity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue