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 e5e6a4b commit 4825b96Copy full SHA for 4825b96
src/Utility/LineRendererFactory.php
@@ -52,7 +52,7 @@ public static function getInstance(string $type): AbstractLineRenderer
52
*/
53
public static function make(string $type, ...$ctorArgs): AbstractLineRenderer
54
{
55
- $className = RendererConstant::RENDERER_NAMESPACE . '\\HTML\\LineRenderer\\' . \ucfirst($type);
+ $className = RendererConstant::RENDERER_NAMESPACE . '\\Html\\LineRenderer\\' . \ucfirst($type);
56
57
if (!\class_exists($className)) {
58
throw new InvalidArgumentException("LineRenderer not found: {$type}");
0 commit comments