fix Классы для полей формы вынесены в отдельные файлы

This commit is contained in:
origami11@yandex.ru 2022-12-08 18:40:00 +03:00
parent aaba3d7585
commit 7fd7c4fd12
8 changed files with 74 additions and 49 deletions

7
src/Form/DateTime.php Normal file
View file

@ -0,0 +1,7 @@
<?php
namespace ctiso\Form;
use ctiso\Form\Input;
class DateTime extends Input {
}