add @throws BadRequestException to bulk create nodes
This commit is contained in:
parent
ace727dae0
commit
1199fcbff3
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ class BulkCreateNodes
|
|||
|
||||
/**
|
||||
* @return Node[]
|
||||
* @throws BadRequestException
|
||||
* @throws DomainException
|
||||
*/
|
||||
public function execute(BulkCreateNodesRequest $request): array
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue