We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02c775d + bef9efc commit a81b262Copy full SHA for a81b262
1 file changed
development/architecture/migration-guide/forms/CRUD-forms.md
@@ -264,7 +264,7 @@ final class ContactFormDataHandler implements FormDataHandlerInterface
264
*/
265
public function update($id, array $data)
266
{
267
- $contactObjectModel = new Contact(id);
+ $contactObjectModel = new Contact($id);
268
// update data to object model
269
// ...
270
$contactObjectModel->update();
0 commit comments