Navigation Menu

Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #12 from Incognito/patch-1
Browse files Browse the repository at this point in the history
Correcting reference to class.
  • Loading branch information
guilhermeblanco committed May 27, 2013
2 parents 619bb89 + 020c3d3 commit 058d65b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions en/reference/known-vendor-issues.rst
Expand Up @@ -49,9 +49,9 @@ that detects the format automatically:

use Doctrine\DBAL\Types\Type;
Type::overrideType('datetime', 'Doctrine\DBAL\Types\VarDateTime');
Type::overrideType('datetimetz', 'Doctrine\DBAL\Types\VarDateTime');
Type::overrideType('time', 'Doctrine\DBAL\Types\VarDateTime');
Type::overrideType('datetime', 'Doctrine\DBAL\Types\VarDateTimeType');
Type::overrideType('datetimetz', 'Doctrine\DBAL\Types\VarDateTimeType');
Type::overrideType('time', 'Doctrine\DBAL\Types\VarDateTimeType');

Timezones and DateTimeTz
~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 058d65b

Please sign in to comment.