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

Merge pull request #108 from stephpy/fix_typo

fix typo on namespace
This commit is contained in:
Benjamin Eberlei 2012-07-09 02:12:14 -07:00
commit b62ef939bf

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