Added tokens
This commit is contained in:
@ -8,6 +8,8 @@ class Album
|
||||
public string $uid = '';
|
||||
public string $slug = '';
|
||||
public string $title = '';
|
||||
public ?string $token = null;
|
||||
|
||||
public function __construct(
|
||||
array $response
|
||||
) {
|
||||
|
Reference in New Issue
Block a user