We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd6600 commit f4ec9e4Copy full SHA for f4ec9e4
src/Html.php
@@ -41,7 +41,7 @@ public static function __callStatic($tag, $arguments): self
41
{
42
array_unshift($arguments, $tag);
43
44
- return call_user_func_array(['self', 'createElement'], $arguments);
+ return call_user_func_array([Html::class, 'createElement'], $arguments);
45
}
46
47
/**
0 commit comments