Skip to content

Commit

Permalink
Update DateTimeType.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nojimage committed May 28, 2015
1 parent 74f3fd6 commit 1b9ede2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Type/DateTimeType.php
Expand Up @@ -196,7 +196,7 @@ public function useLocaleParser($enable = true)
$this->_useLocaleParser = $enable;
return $this;
}
throw new RuntimeException(
throw new \RuntimeException(
sprintf('Cannot use locale parsing with the %s class', static::$dateTimeClass)
);
}
Expand Down

0 comments on commit 1b9ede2

Please sign in to comment.