Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
34 | public function __invoke($id) |
||
35 | { |
||
36 | $this->commandBus->dispatch(new SendReport($id)); |
||
37 | |||
38 | $this->flashBag->add('success', 'setono_sylius_stock_movement.report_sent'); |
||
39 | |||
40 | return new RedirectResponse($this->router->generate('setono_sylius_stock_movement_admin_report_show', ['id' => $id])); |
||
41 | } |
||
43 |