FIX: DEPRECATED
This commit is contained in:
@ -7,7 +7,7 @@ use Symfony\Component\Console;
|
||||
|
||||
class Command extends Console\Command\Command
|
||||
{
|
||||
public function __construct(protected ClientInterface $client, protected LoggerInterface $logger, string $name = null)
|
||||
public function __construct(protected ClientInterface $client, protected LoggerInterface $logger, ?string $name = null)
|
||||
{
|
||||
parent::__construct($name);
|
||||
}
|
||||
|
Reference in New Issue
Block a user