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