Revert "fix(response): add $id to Log"

This reverts commit 7034f84a6e.
This commit is contained in:
Torsten Dittmann 2021-11-16 14:37:28 +01:00
parent 7034f84a6e
commit 78159ff8ca

View file

@ -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.',