mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
rcube_db_param implements Stringable interface
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
/**
|
/**
|
||||||
* Database query parameter
|
* Database query parameter
|
||||||
*/
|
*/
|
||||||
class rcube_db_param
|
class rcube_db_param implements \Stringable
|
||||||
{
|
{
|
||||||
protected $db;
|
protected $db;
|
||||||
protected $type;
|
protected $type;
|
||||||
|
|||||||
Reference in New Issue
Block a user