Update core/Command/Check.php

Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
pull/38775/head
Faraz Samapoor 11 months ago committed by Louis
parent 0db0572626
commit cb8850dc8f

@ -29,7 +29,9 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
class Check extends Base {
public function __construct(private SystemConfig $config) {
public function __construct(
private SystemConfig $config,
) {
parent::__construct();
}

Loading…
Cancel
Save