TimestampBehavior::class, 'updatedAtAttribute' => false, ], ]; } public function getEvents(): ActiveQueryInterface { return $this->hasMany(WebHookEvent::class, ['webhook_id' => 'id']); } }