X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/177b09c72785e869d93602ac47524a31dd64a94b..068e3ad94a51810a9d5ebdff3b2a60a746663d45:/Command.php diff --git a/Command.php b/Command.php index 51fbb30..0097d12 100644 --- a/Command.php +++ b/Command.php @@ -11,11 +11,11 @@ namespace Rapsys\PackBundle; +use Rapsys\PackBundle\RapsysPackBundle; + use Symfony\Component\Console\Command\Command as BaseCommand; use Symfony\Component\DependencyInjection\Container; -use Rapsys\PackBundle\RapsysPackBundle; - /** * {@inheritdoc} */ @@ -23,7 +23,7 @@ class Command extends BaseCommand { /** * {@inheritdoc} */ - public function __construct(protected ?string $name = null) { + public function __construct(protected ?string $name = null) { //Fix name $this->name = $this->name ?? static::getName();