X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/f06acce2c1058d581657163417952723ff6d71cd..0630ec4bdb74d50e2cc6353dca9d8c691fe22479:/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();