Skip to content

Commit ad328a8

Browse files
committed
minor
1 parent 1d82198 commit ad328a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/use_empty_data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ your form. For example, in a controller::
1111

1212
public function index(): Response
1313
{
14-
$blog = $this->database->fetch();
14+
$blog = ...;
1515

1616
// $blog is passed in as the data, so the empty_data
1717
// option is not needed

0 commit comments

Comments
 (0)