Skip to content

Commit dbf4140

Browse files
authored
Merge pull request #25 from danijelk/patch-1
Bugfix for Economic construct
2 parents a5f698f + 06f7c6b commit dbf4140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Economic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Economic
4343

4444
protected $stripNullValues;
4545

46-
public function __construct($agreement = '', $apiSecret = null, $apiPublic = null, $stripNull = null)
46+
public function __construct($agreement = null, $apiSecret = null, $apiPublic = null, $stripNull = null)
4747
{
4848
$this->agreement = $agreement ?? config('economic.agreement');
4949
$this->apiSecret = $apiSecret ?? config('economic.secret_token');

0 commit comments

Comments
 (0)