%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/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; } }