From c779ba19b006de3323cf28848d7c25dc7b2f0b03 Mon Sep 17 00:00:00 2001 From: Colin Hall Date: Mon, 9 Jan 2023 13:04:21 +0000 Subject: [PATCH] Update Resource.php --- src/Support/Resource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Support/Resource.php b/src/Support/Resource.php index e90b608..35a5275 100644 --- a/src/Support/Resource.php +++ b/src/Support/Resource.php @@ -12,7 +12,7 @@ class Resource public $client; - public function __construct(Entry $client, $attributes = []) + public function __construct(Entry $client = null, $attributes = []) { $this->client = $client;