We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df772d commit 979e3d9Copy full SHA for 979e3d9
src/Resource.php
@@ -507,7 +507,7 @@ public static function __o_static() {
507
}
508
509
public static function __q_static() {
510
- return forward_static_call_array('__query_static', func_get_args());
+ return forward_static_call_array([get_called_class(), '__query_static'], func_get_args());
511
512
513
public static function __query_static() {
0 commit comments