mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
parent
7034f84a6e
commit
78159ff8ca
1 changed files with 0 additions and 6 deletions
|
|
@ -10,12 +10,6 @@ class Log extends Model
|
|||
public function __construct()
|
||||
{
|
||||
$this
|
||||
->addRule('$id', [
|
||||
'type' => self::TYPE_STRING,
|
||||
'description' => 'Log ID.',
|
||||
'default' => '',
|
||||
'example' => '5e5ea5c16897e',
|
||||
])
|
||||
->addRule('event', [
|
||||
'type' => self::TYPE_STRING,
|
||||
'description' => 'Event name.',
|
||||
|
|
|
|||
Loading…
Reference in a new issue