fix Классы для полей формы вынесены в отдельные файлы
This commit is contained in:
parent
aaba3d7585
commit
7fd7c4fd12
8 changed files with 74 additions and 49 deletions
7
src/Form/DateTime.php
Normal file
7
src/Form/DateTime.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
namespace ctiso\Form;
|
||||
use ctiso\Form\Input;
|
||||
|
||||
class DateTime extends Input {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue