Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Commit b60c84d

Browse files
author
Bruno Francisco
committed
Merge branch 'master' of github.com:devqaly/sdk-php
2 parents fb8c72b + d68d810 commit b60c84d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DevqalyClient.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function createDatabaseEventTransaction(string $sessionId, string $sessio
2222
try {
2323
$this->databaseEvent->create($sessionId, $sessionSecret, $data);
2424
} catch (\Exception $e) {
25-
echo "Error making request to devqaly's servers: " . $e->getMessage();
25+
echo "Error making request to devqaly's servers: ".$e->getMessage();
2626
}
2727
}
2828

@@ -31,7 +31,7 @@ public function createLogEvent(string $sessionId, string $sessionSecret, array $
3131
try {
3232
$this->logEvent->create($sessionId, $sessionSecret, $data);
3333
} catch (\Exception $e) {
34-
echo "Error making request to devqaly's servers: " . $e->getMessage();
34+
echo "Error making request to devqaly's servers: ".$e->getMessage();
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)