From 1a2949e2d08d026d9794a96767dc90c7b8acd340 Mon Sep 17 00:00:00 2001 From: Tom R Date: Wed, 11 May 2016 16:31:06 -0500 Subject: [PATCH] Update zend-form-zend-form-fieldset.rst This update fixes an omission to the tutorial. Failure to include the following lines in ''/module/Blog/src/Blog/Service/PostService.php'' will result in a Fatal Error: > use Blog\Model\Post; > use Blog\Model\PostInterface; --- docs/src/in-depth-guide/zend-form-zend-form-fieldset.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/in-depth-guide/zend-form-zend-form-fieldset.rst b/docs/src/in-depth-guide/zend-form-zend-form-fieldset.rst index 63cfc207c..5982efdb6 100644 --- a/docs/src/in-depth-guide/zend-form-zend-form-fieldset.rst +++ b/docs/src/in-depth-guide/zend-form-zend-form-fieldset.rst @@ -634,7 +634,9 @@ As you can see the ``savePost()`` function has been added and needs to be implem