| Total Complexity | 6 | 
| Total Lines | 24 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 23 | class InstallerController extends AbstractController  | 
            ||
| 24 | { | 
            ||
| 25 | public function __construct(ContainerInterface $container)  | 
            ||
| 26 |     { | 
            ||
| 27 | parent::__construct($container);  | 
            ||
| 28 |         $this->router = $container->get('router'); | 
            ||
| 29 |         $this->form = $this->container->get('form.factory'); | 
            ||
| 30 | }  | 
            ||
| 31 | |||
| 32 | public function installAction(Request $request, string $stage): Response  | 
            ||
| 47 | }  | 
            ||
| 48 | }  | 
            ||
| 49 |