Skip to content

Commit

Permalink
add empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyants authored and weaverryan committed Feb 4, 2014
1 parent 27dcebd commit f44e6cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions book/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ going to need to build a form. But before you begin, first focus on the generic
{
return $this->dueDate;
}
public function setDueDate(\DateTime $dueDate = null)
{
$this->dueDate = $dueDate;
Expand Down

0 comments on commit f44e6cc

Please sign in to comment.