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