Fix typo in form method name.

This commit is contained in:
Will Rossiter 2013-08-25 10:59:26 +12:00
parent 137aa53156
commit 0ac9eff829

View File

@ -156,7 +156,7 @@ data.
// Template method
public function HelloForm() {
return new MyForm($this, 'MyCustomForm');
return new MyForm($this, 'HelloForm');
}
}