Skip to content
Snippets Groups Projects
Commit b5e3864b authored by Tibo's avatar Tibo
Browse files

GitLab-ci

parent a54d5a57
No related branches found
No related tags found
No related merge requests found
Pipeline #1552 failed
......@@ -8,8 +8,8 @@ class Service {
private $mongo;
public function __construct($uri, $uriOptions, $driverOptions) {
$this->mongo = new Client($uri = null, $uriOptions = [], $driverOptions = []);
public function __construct($uri = null, $uriOptions = [], $driverOptions = []) {
$this->mongo = new Client($uri, $uriOptions, $driverOptions);
}
public function get() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment