add @throws BadRequestException to bulk create nodes

This commit is contained in:
Yisroel Baum 2026-04-19 23:22:56 +03:00
parent ace727dae0
commit 1199fcbff3
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -18,6 +18,7 @@ class BulkCreateNodes
/** /**
* @return Node[] * @return Node[]
* @throws BadRequestException
* @throws DomainException * @throws DomainException
*/ */
public function execute(BulkCreateNodesRequest $request): array public function execute(BulkCreateNodesRequest $request): array