Skip to content

Commit

Permalink
Made protected createForm method public
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwdan committed Jul 12, 2014
1 parent b60509b commit 1ed3334
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ class VoryxController extends Controller
*
* @return Form|FormInterface
*/
protected function createForm($type = null, $data = null, array $options = array())
public function createForm($type = null, $data = null, array $options = array())
{
$form = $this->container->get('form.factory')->createNamed(
null, //since we're not including the form name in the request, set this to null
Expand Down

0 comments on commit 1ed3334

Please sign in to comment.