Skip to content

Commit

Permalink
[fix] TextInput type inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMediocresTestAccount committed Sep 18, 2022
1 parent c3caece commit f0632c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Input/TextInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function getLabel(): string
*/
public function getType(): string
{
return self::type;
return static::type;
}

public function getPlaceholder(): string
Expand Down

0 comments on commit f0632c0

Please sign in to comment.