We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af84e8 commit c779ba1Copy full SHA for c779ba1
src/Support/Resource.php
@@ -12,7 +12,7 @@ class Resource
12
13
public $client;
14
15
- public function __construct(Entry $client, $attributes = [])
+ public function __construct(Entry $client = null, $attributes = [])
16
{
17
$this->client = $client;
18
0 commit comments