Skip to content

Commit

Permalink
change the old namespace to the new namespace from getFormTemplate fu…
Browse files Browse the repository at this point in the history
…nction
  • Loading branch information
GeOSMRob committed Jul 23, 2019
1 parent 7c35987 commit 1ed6c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Element/QueryBuilderElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public static function getType()
*/
public static function getFormTemplate()
{
return 'QueryBuilderBundle:ElementAdmin:queryBuilder.html.twig';
return 'MapbenderQueryBuilderBundle:ElementAdmin:queryBuilder.html.twig';
}

public function getFrontendTemplatePath($suffix = '.html.twig')
Expand Down

0 comments on commit 1ed6c80

Please sign in to comment.