Skip to content

Commit a98cf11

Browse files
committed
add empty line
1 parent fb22fa0 commit a98cf11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book/forms.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ going to need to build a form. But before you begin, first focus on the generic
4848
{
4949
return $this->dueDate;
5050
}
51+
5152
public function setDueDate(\DateTime $dueDate = null)
5253
{
5354
$this->dueDate = $dueDate;

0 commit comments

Comments
 (0)