$data * @throws \LogicException Always. */ public static function fromArray(array $data): static { throw new \LogicException( 'Cannot create UpdateList directly from an array. Use ModelFactory::createUpdateList() instead.' ); } }