File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -221,7 +221,7 @@ workflow looks like the following from inside a controller::
|
221 | 221 |
|
222 | 222 | public function updateAction(Request $request)
|
223 | 223 | {
|
224 |
| -$author = new Acme\BlogBundle\Entity\Author(); |
| 224 | +$author = new Author(); |
225 | 225 | $form = $this->createForm(new AuthorType(), $author);
|
226 | 226 |
|
227 | 227 | if ($request->getMethod() == 'POST') {
|
|
You can’t perform that action at this time.
0 commit comments