Skip to content

Commit

Permalink
Update AbstractApiType.php
Browse files Browse the repository at this point in the history
  • Loading branch information
prathje authored Aug 17, 2016
1 parent 52ae4fc commit 80a6b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Form/Type/AbstractApiType.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\OptionsResolver\OptionsResolver;

class AbstractApiType extends AbstractType {
abstract class AbstractApiType extends AbstractType {

private static $apiRequestHandler;

Expand Down Expand Up @@ -34,4 +34,4 @@ public function configureOptions(OptionsResolver $resolver)
{
$resolver->setDefault('csrf_protection', false);
}
}
}

0 comments on commit 80a6b9c

Please sign in to comment.