1
0
mirror of synced 2025-01-18 22:41:43 +03:00

fix typo on namespace

This commit is contained in:
Stéphane PY 2012-07-09 10:09:28 +02:00
parent b3119c0a5f
commit 366bc21ab8

View File

@ -83,7 +83,7 @@ the UTC time at the time of the booking and the timezone the event happend in.
namespace DoctrineExtensions\DBAL\Types;
use Doctrine\DBAL\Platforms\AbtractPlatform;
use Doctrine\DBAL\Platforms\AbstractPlatform;
use Doctrine\DBAL\Types\ConversionException;
class UTCDateTimeType extends DateTimeType