Skip to content

Commit a97cf64

Browse files
chadicusjncarver
andauthored
Update src/Databases/AbstractNetAcuityDatabase.php
Co-authored-by: James Carver <[email protected]>
1 parent 6d287c8 commit a97cf64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Databases/AbstractNetAcuityDatabase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ abstract class AbstractNetAcuityDatabase implements NetAcuityDatabaseInterface
5454
public function __construct(
5555
ClientInterface $client,
5656
string $apiUserToken,
57-
string $netacuityBaseUrl
57+
string $netacuityBaseUrl = self::DEFAULT_NETACUITY_BASE_URL
5858
) {
5959
$this->client = $client;
6060
$this->apiUserToken = $apiUserToken;

0 commit comments

Comments
 (0)