%PDF- %PDF-
Direktori : /var/www/html/hr/api/vendor/nesbot/carbon/src/Carbon/Doctrine/ |
Current File : /var/www/html/hr/api/vendor/nesbot/carbon/src/Carbon/Doctrine/DateTimeType.php |
<?php /** * Thanks to https://github.com/flaushi for his suggestion: * https://github.com/doctrine/dbal/issues/2873#issuecomment-534956358 */ namespace Carbon\Doctrine; use Doctrine\DBAL\Types\VarDateTimeImmutableType; class DateTimeType extends VarDateTimeImmutableType { use CarbonType; }