zendframework / zf2-documentation

Zend Framework 2 documentation sources
BSD 3-Clause "New" or "Revised" License
190 stars 571 forks source link

Update zend-form-zend-form-fieldset.rst #1537

Open tnrn9b opened 8 years ago

tnrn9b commented 8 years ago

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;