Skip to content

Commit

Permalink
Merge pull request #14 from marceloandrader/master
Browse files Browse the repository at this point in the history
TM-3036 - make write function compatible with new phalcon
  • Loading branch information
gte451f committed Jun 26, 2018
2 parents 9ef9ac4 + a14a3a6 commit 985f812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Db.php
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ public function read($length = 0)
throw new BadMethod('"read" is not a valid method in DB queues.');
}

protected function write($data)
public function write($data)
{
throw new BadMethod('"write" is not a valid method in DB queues.');
}
Expand Down

0 comments on commit 985f812

Please sign in to comment.