Skip to content

Commit e312833

Browse files
committed
Fix
1 parent e086835 commit e312833

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Kernel/Mnemonics/_invokestatic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function execute(): void
5050
$return = forward_static_call_array(
5151
[
5252
$classObject,
53-
"{$prefix}_{$methodName}"
53+
"{$prefix}{$methodName}"
5454
],
5555
$arguments
5656
);

0 commit comments

Comments
 (0)