File "DateTimeType-20250418200454.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/nesbot/carbon/src/Carbon/Doctrine/DateTimeType-20250418200454.php
File size: 385 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

/**
 * Thanks to https://github.com/flaushi for his suggestion:
 * https://github.com/doctrine/dbal/issues/2873#issuecomment-534956358
 */
namespace Carbon\Doctrine;

use Carbon\Carbon;
use Doctrine\DBAL\Types\VarDateTimeType;

class DateTimeType extends VarDateTimeType implements CarbonDoctrineType
{
    /** @use CarbonTypeConverter<Carbon> */
    use CarbonTypeConverter;
}