mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-04-23 11:22:11 +00:00
8 lines
77 B
PHP
8 lines
77 B
PHP
<?php
|
|
|
|
namespace AdminPanel\Form;
|
|
|
|
class DateInput extends AbstractInput
|
|
{
|
|
}
|