Skip to content

Commit 72ae303

Browse files
committed
Bug fucking gix
1 parent 70578d2 commit 72ae303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WorkerJS/PHPClient/MySQLTaskStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class MySQLTaskStore extends TaskStore {
1212
private $connection;
1313

1414
public function __construct($client){
15-
super($client);
15+
parent::__construct($client);
1616

1717
$connection = parse_url($this->client->getSetting("store")["uri"]);
1818

0 commit comments

Comments
 (0)