Skip to content

Commit 9afdd9c

Browse files
committed
Fixup url
1 parent 260cf36 commit 9afdd9c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/Databases/EdgeDatabase.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ public function __construct(
2020
ClientInterface $client,
2121
string $apiUserToken,
2222
string $netacuityBaseUrl = self::DEFAULT_NETACUITY_BASE_URL
23-
)
24-
{
23+
) {
2524
parent::__construct($client, $apiUserToken, $netacuityBaseUrl);
2625

2726
$this->databaseIdentifier = 4;

src/Databases/PulseDatabase.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ public function __construct(
1515
ClientInterface $client,
1616
string $apiUserToken,
1717
string $netacuityBaseUrl = self::DEFAULT_NETACUITY_BASE_URL
18-
)
19-
{
18+
) {
2019
parent::__construct($client, $apiUserToken, $netacuityBaseUrl);
2120

2221
$this->databaseIdentifier = 26;

0 commit comments

Comments
 (0)