Skip to content

Commit 979e3d9

Browse files
committed
fix static array
1 parent 9df772d commit 979e3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ public static function __o_static() {
507507
}
508508

509509
public static function __q_static() {
510-
return forward_static_call_array('__query_static', func_get_args());
510+
return forward_static_call_array([get_called_class(), '__query_static'], func_get_args());
511511
}
512512

513513
public static function __query_static() {

0 commit comments

Comments
 (0)