Skip to content

Instantly share code, notes, and snippets.

@neok
Created January 23, 2015 10:42
Show Gist options
  • Save neok/378e1ce693fce0341729 to your computer and use it in GitHub Desktop.
Save neok/378e1ce693fce0341729 to your computer and use it in GitHub Desktop.
Just example
public function setDefaultOptions(OptionsResolverInterface $resolver)
{
$resolver->setDefaults(array(
'csrf_protection' => false,
));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment