Skip to content

Commit

Permalink
Fix linktype (#20)
Browse files Browse the repository at this point in the history
* Fix LinkType, add locale in link title

* Fix missing use
  • Loading branch information
ValentinMerlet authored and artggd committed Sep 24, 2018
1 parent 07b0254 commit c395178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Form/Type/LinkType.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
use Symfony\Component\Form\FormEvents;
use Symfony\Component\Form\FormError;
use Umanit\Bundle\TreeBundle\Entity\Link;
use Umanit\Bundle\TreeBundle\Model\TreeNodeInterface;

class LinkType extends AbstractType
{
Expand Down

0 comments on commit c395178

Please sign in to comment.