Skip to content

Commit c779ba1

Browse files
authored
Update Resource.php
1 parent 5af84e8 commit c779ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/Resource.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Resource
1212

1313
public $client;
1414

15-
public function __construct(Entry $client, $attributes = [])
15+
public function __construct(Entry $client = null, $attributes = [])
1616
{
1717
$this->client = $client;
1818

0 commit comments

Comments
 (0)