diff --git a/src/Db.php b/src/Db.php index 7edc20e..50a2d5f 100644 --- a/src/Db.php +++ b/src/Db.php @@ -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.'); }