@@ -34,6 +34,6 @@ |
||
| 34 | 34 | |
| 35 | 35 | public function execute(?int $catalogId): void |
| 36 | 36 | { |
| 37 | - $this->dic->get(CatalogDeleterInterface::class)->delete(new Interactor(), catalogId: (int) $catalogId); |
|
| 37 | + $this->dic->get(CatalogDeleterInterface::class)->delete(new Interactor(), catalogId : (int) $catalogId); |
|
| 38 | 38 | } |
| 39 | 39 | } |