Skip to content

Commit

Permalink
Update Resource.php
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhall17 authored Jan 9, 2023
1 parent 5af84e8 commit c779ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Support/Resource.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Resource

public $client;

public function __construct(Entry $client, $attributes = [])
public function __construct(Entry $client = null, $attributes = [])
{
$this->client = $client;

Expand Down

0 comments on commit c779ba1

Please sign in to comment.