Browse Source

Update DateTimeType.php

Takashi Nojima 11 years ago
parent
commit
1b9ede277c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Database/Type/DateTimeType.php

+ 1 - 1
src/Database/Type/DateTimeType.php

@@ -196,7 +196,7 @@ class DateTimeType extends Type
             $this->_useLocaleParser = $enable;
             return $this;
         }
-        throw new RuntimeException(
+        throw new \RuntimeException(
             sprintf('Cannot use locale parsing with the %s class', static::$dateTimeClass)
         );
     }