mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix merge
This commit is contained in:
@@ -218,6 +218,10 @@ class Response extends SwooleResponse
|
||||
public const MODEL_COLUMN_DATETIME = 'columnDatetime';
|
||||
public const MODEL_COLUMN_RELATIONSHIP = 'columnRelationship';
|
||||
|
||||
// Transactions
|
||||
public const MODEL_TRANSACTION = 'transaction';
|
||||
public const MODEL_TRANSACTION_LIST = 'transactionList';
|
||||
|
||||
// Users
|
||||
public const MODEL_ACCOUNT = 'account';
|
||||
public const MODEL_USER = 'user';
|
||||
|
||||
Reference in New Issue
Block a user