Fixes and cleanups

This commit is contained in:
2023-06-16 22:35:41 -04:00
parent 03d4c243a4
commit 781858a905
5 changed files with 11 additions and 7 deletions

View File

@ -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);
}