Ensured no arguments are passed form locate visits command to download geolite command, is it does not expect any

This commit is contained in:
Alejandro Celaya
2022-08-01 12:06:38 +02:00
parent 78ea13d366
commit b03f24d59a
2 changed files with 7 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ use function sprintf;
abstract class AbstractLockedCommand extends Command
{
public function __construct(private LockFactory $locker)
public function __construct(private readonly LockFactory $locker)
{
parent::__construct();
}