Skip to content

Commit

Permalink
set default to null
Browse files Browse the repository at this point in the history
  • Loading branch information
Infamoustrey committed Jan 20, 2020
1 parent 3ea73d2 commit b96253a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sheets.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Sheets

protected $client;

public function __construct(Client $client)
public function __construct(Client $client = null)
{
$this->client = $client;
}
Expand Down

0 comments on commit b96253a

Please sign in to comment.