isUuid = $metadata->get(['app', 'recordId', 'dbType']) === 'uuid'; } /** * Get a system user ID. */ public function getId(): string { return $this->isUuid ? self::UUID : self::ID; } }