diff --git a/src/Input/TextInput.php b/src/Input/TextInput.php index eb7aa52..f1b4a03 100644 --- a/src/Input/TextInput.php +++ b/src/Input/TextInput.php @@ -58,7 +58,7 @@ public function getLabel(): string */ public function getType(): string { - return self::type; + return static::type; } public function getPlaceholder(): string