Skip to content

Commit f306aa1

Browse files
author
Alexandra Shubenko
committed
cleanup sqlite variables
1 parent 897bcd8 commit f306aa1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

server/classes/headstart/persistence/PostgresPersistence.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
namespace headstart\persistence;
44
use headstart\library\APIClient;
55

6+
require_once 'Persistence.php';
7+
68
/**
79
* This class implements the PersistenceInterface and provides methods to interact with the database.
810
*/
11+
912
class PostgresPersistence implements Persistence
1013
{
1114

@@ -99,4 +102,4 @@ public function createID($string_array, $payload): string
99102

100103
throw new \Exception("Could not create ID, response code was : " . $res["httpcode"]);
101104
}
102-
}
105+
}

0 commit comments

Comments
 (0)