Standards
This commit is contained in:
parent
4b280a7279
commit
8cde7fe51f
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ class BasicAuth
|
||||||
'website' => '',
|
'website' => '',
|
||||||
'created_at' => DBA::NULL_DATETIME,
|
'created_at' => DBA::NULL_DATETIME,
|
||||||
'read' => true,
|
'read' => true,
|
||||||
'write' => true,
|
'write' => true,
|
||||||
'follow' => true,
|
'follow' => true,
|
||||||
'push' => false];
|
'push' => false];
|
||||||
|
|
||||||
return self::$current_token;
|
return self::$current_token;
|
||||||
|
|
Loading…
Reference in a new issue