mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
chore: fix linter issues
This commit is contained in:
parent
0382b2250a
commit
d4ff696173
1 changed files with 3 additions and 3 deletions
|
|
@ -13,9 +13,9 @@ class Hamster extends Event
|
|||
protected ?Document $organization = null;
|
||||
protected ?Document $user = null;
|
||||
|
||||
const TYPE_PROJECT = 'project';
|
||||
const TYPE_ORGANISATION = 'organisation';
|
||||
const TYPE_USER = 'user';
|
||||
public const TYPE_PROJECT = 'project';
|
||||
public const TYPE_ORGANISATION = 'organisation';
|
||||
public const TYPE_USER = 'user';
|
||||
|
||||
public function __construct(protected Connection $connection)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue