Skip to content

Commit cffac22

Browse files
committed
Add extend
1 parent cc797eb commit cffac22

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
@@ -8,7 +8,7 @@
88

99
namespace WorkerJS\PHPClient;
1010

11-
class MySQLTaskStore {
11+
class MySQLTaskStore extends TaskStore {
1212
private $connection;
1313

1414
public function __construct($client){

0 commit comments

Comments
 (0)