diff --git a/src/Ray.php b/src/Ray.php index f0718ba..d5da0fe 100644 --- a/src/Ray.php +++ b/src/Ray.php @@ -107,7 +107,7 @@ class Ray /** @var Closure|null */ public static $beforeSendRequest = null; - public static function create(?Client $client = null, string $uuid = null): self + public static function create(?Client $client = null, ?string $uuid = null): self { $settings = SettingsFactory::createFromConfigFile();