diff --git a/book/forms.rst b/book/forms.rst index ea58cfd6756..368a505b8a7 100644 --- a/book/forms.rst +++ b/book/forms.rst @@ -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;