From 366bc21ab8b727e1b574d2f85b3413660fbcf283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20PY?= Date: Mon, 9 Jul 2012 10:09:28 +0200 Subject: [PATCH] fix typo on namespace --- en/cookbook/working-with-datetime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/cookbook/working-with-datetime.rst b/en/cookbook/working-with-datetime.rst index c8620dccf..35858085f 100644 --- a/en/cookbook/working-with-datetime.rst +++ b/en/cookbook/working-with-datetime.rst @@ -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