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}
  */
        /**
         * {@inheritdoc}
         */
-    public function __construct(protected ?string $name = null) {
+       public function __construct(protected ?string $name = null) {
                //Fix name
                $this->name = $this->name ?? static::getName();