Fixed typo

This commit is contained in:
Graham Campbell
2015-11-07 16:35:04 +00:00
parent 434a7b7b5b
commit 66061d9a8c

View File

@@ -72,6 +72,6 @@ class DateFactory
*/
public function createNormalized($format, $time)
{
return $this->createFromFormat($format, $time)->setTimezone($this->appTimezone);
return $this->create($format, $time)->setTimezone($this->appTimezone);
}
}