/home/techb158/ileadtechnology.com/vendor/nesbot/carbon/src/Carbon/Doctrine
NameSizeModeActions
CarbonDoctrineType.php5900644editdlrm
CarbonImmutableType.php7100644editdlrm
CarbonType.php6820644editdlrm
CarbonTypeConverter.php28790644editdlrm
DateTimeDefaultPrecision.php7670644editdlrm
DateTimeImmutableType.php5950644editdlrm
DateTimeType.php3850644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonType.php (682B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Carbon\Doctrine; use Doctrine\DBAL\Platforms\AbstractPlatform; class CarbonType extends DateTimeType implements CarbonDoctrineType { /** * {@inheritdoc} * * @return string */ public function getName() { return 'carbon'; } /** * {@inheritdoc} * * @return bool */ public function requiresSQLCommentHint(AbstractPlatform $platform) { return true; } }