From d1e0b2f5d3e0ba75f09f35578ab5240202181dbf Mon Sep 17 00:00:00 2001 From: as247 Date: Thu, 23 Mar 2023 19:50:29 +0700 Subject: [PATCH] Update test --- src/UpdateCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UpdateCommand.php b/src/UpdateCommand.php index 4a0b195..9972f21 100644 --- a/src/UpdateCommand.php +++ b/src/UpdateCommand.php @@ -38,7 +38,7 @@ class UpdateCommand extends Command /** * The ChromeDriver binary installation directory. */ - protected ?string $directory; + protected $directory; /** * Configure the command options.