Skip to content

Commit

Permalink
Merge pull request #1093 from smoya/fix/events-doc
Browse files Browse the repository at this point in the history
Fixed events.rst Lifecycle Callbacks example
  • Loading branch information
malarzm committed May 14, 2015
2 parents 0f5e7d7 + 552bf5a commit 9123963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/events.rst
Expand Up @@ -237,7 +237,7 @@ event occurs.
/** @PrePersist */
public function doStuffOnPrePersist()
{
$this->createdAt = date('Y-m-d H:m:s');
$this->createdAt = date('Y-m-d H:i:s');
}
/** @PrePersist */
Expand Down

0 comments on commit 9123963

Please sign in to comment.