Skip to content

Commit

Permalink
Compatibility with Symfony 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nilov authored Nov 30, 2016
1 parent d9ae0e9 commit 4faf9d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Form/Type/FormStaticControlRawType.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,12 @@ public function getBlockPrefix()
{
return 'bs_static_raw';
}

/**
* Compatibility with Symfony 2
*/
public function getName()
{
return 'bs_static_raw';
}
}

0 comments on commit 4faf9d4

Please sign in to comment.