Skip to content

Commit fd523fd

Browse files
committed
Ajmo se pomoliti
1 parent 4ec27a5 commit fd523fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/WorkerJS/PHPClient/Client.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ public function __construct($options){
2929

3030
if($this->options["store"]["type"] == "mysql"){
3131
$this->taskStore = new MySQLTaskStore($this);
32+
} else if($this->options["store"]["type"] == "postgres"){
33+
$this->taskStore = new PostgresTaskStore($this);
3234
} else {
3335
throw new \Exception("Invalid Store choice. ");
3436
}

0 commit comments

Comments
 (0)