X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/vendor/nesbot/carbon/src/Carbon/Doctrine
home
/
gfecatvj
/
sites
/
vendor
/
nesbot
/
carbon
/
src
/
Carbon
/
Doctrine
/
📁
..
📄
CarbonDoctrineType.php
(503 B)
📄
CarbonImmutableType.php
(567 B)
📄
CarbonType.php
(539 B)
📄
CarbonTypeConverter.php
(2.48 KB)
📄
DateTimeDefaultPrecision.php
(680 B)
📄
DateTimeImmutableType.php
(481 B)
📄
DateTimeType.php
(322 B)
Editing: DateTimeDefaultPrecision.php
<?php /** * Thanks to https://github.com/flaushi for his suggestion: * https://github.com/doctrine/dbal/issues/2873#issuecomment-534956358 */ namespace Carbon\Doctrine; class DateTimeDefaultPrecision { private static $precision = 6; /** * Change the default Doctrine datetime and datetime_immutable precision. * * @param int $precision */ public static function set(int $precision): void { self::$precision = $precision; } /** * Get the default Doctrine datetime and datetime_immutable precision. * * @return int */ public static function get(): int { return self::$precision; } }
Upload File
Create Folder