yrizos/echidna

View on GitHub
src/Type/DatetimeType.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Echidna\Type;

final class DatetimeType extends DateType
{

}