mirror of
https://github.com/dg/dibi.git
synced 2025-09-01 10:02:53 +02:00
- public magic methods
This commit is contained in:
@@ -444,7 +444,7 @@ class dibi
|
||||
/**
|
||||
* Replacement for majority of dibi::methods() in future.
|
||||
*/
|
||||
protected static function __callStatic($name, $args)
|
||||
public static function __callStatic($name, $args)
|
||||
{
|
||||
//if ($name = 'select', 'update', ...') {
|
||||
// return self::command()->$name($args);
|
||||
|
Reference in New Issue
Block a user