mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 01:20:59 +00:00
refactor #14923 [CS][DX] Refactor (github-actions[bot])
This PR was merged into the 1.12 branch.
Discussion
----------
This PR has been generated automatically.
For more details see [refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).
Commits
-------
5fed4db64e [CS][DX] Refactor
This commit is contained in:
commit
18af095c66
1 changed files with 1 additions and 2 deletions
|
|
@ -26,8 +26,7 @@ final class DeleteOrderItemAction
|
|||
public function __construct(
|
||||
private MessageBusInterface $commandBus,
|
||||
private OrderItemRepositoryInterface $orderItemRepository,
|
||||
)
|
||||
{
|
||||
) {
|
||||
}
|
||||
|
||||
public function __invoke(Request $request): Response
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue