first commit
This commit is contained in:
13
builders/LabelBuilder.php
Executable file
13
builders/LabelBuilder.php
Executable file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace itguild\forms\form\builders;
|
||||
|
||||
use itguild\forms\form\inputs\Label;
|
||||
|
||||
class LabelBuilder
|
||||
{
|
||||
public static function build(string $title, array $params = [])
|
||||
{
|
||||
return new Label(title: $title, paramsArray: $params);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user