We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bdfca7 + 032d82a commit 9df772dCopy full SHA for 9df772d
1 file changed
src/Resource.php
@@ -460,7 +460,6 @@ public function table($table = null) {
460
}
461
462
public function __o($args) {
463
- //return call_user_func_array([self, '__o_static'], func_get_args());
464
$classname = get_called_class();
465
466
foreach (func_get_args() as $arg) {
@@ -508,7 +507,7 @@ public static function __o_static() {
508
507
509
510
public static function __q_static() {
511
- return call_user_func_array([self, '__query_static'], func_get_args());
+ return forward_static_call_array('__query_static', func_get_args());
512
513
514
public static function __query_static() {
0 commit comments