We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27dcebd commit f44e6ccCopy full SHA for f44e6cc
book/forms.rst
@@ -48,6 +48,7 @@ going to need to build a form. But before you begin, first focus on the generic
48
{
49
return $this->dueDate;
50
}
51
+
52
public function setDueDate(\DateTime $dueDate = null)
53
54
$this->dueDate = $dueDate;
0 commit comments