Skip to content

Commit 985f812

Browse files
authored
Merge pull request #14 from marceloandrader/master
TM-3036 - make write function compatible with new phalcon
2 parents 9ef9ac4 + a14a3a6 commit 985f812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ public function read($length = 0)
472472
throw new BadMethod('"read" is not a valid method in DB queues.');
473473
}
474474

475-
protected function write($data)
475+
public function write($data)
476476
{
477477
throw new BadMethod('"write" is not a valid method in DB queues.');
478478
}

0 commit comments

Comments
 (0)