%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/hr/api/vendor/nesbot/carbon/src/Carbon/Doctrine/
Upload File :
Create Path :
Current File : /var/www/html/hr/api/vendor/nesbot/carbon/src/Carbon/Doctrine/DateTimeImmutableType.php

<?php

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

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

class DateTimeImmutableType extends VarDateTimeType
{
    use CarbonType;

    protected function getCarbonClassName(): string
    {
        return CarbonImmutable::class;
    }
}

Zerion Mini Shell 1.0