Fixes and cleanups
This commit is contained in:
@ -15,7 +15,7 @@ use ProVM\Service\Remote;
|
||||
)]
|
||||
class UpdateIp extends Command
|
||||
{
|
||||
public function __construct(protected Remote $service, protected LoggerInterface $logger, ?string $name = 'update')
|
||||
public function __construct(protected Remote $service, protected LoggerInterface $logger, string $name = 'update')
|
||||
{
|
||||
parent::__construct($name);
|
||||
}
|
||||
|
Reference in New Issue
Block a user