Skip to content

Commit

Permalink
Merge pull request jmontoyaa#6 from samuelvi/patch-1
Browse files Browse the repository at this point in the history
Update Export.php
  • Loading branch information
jmontoyaa authored Sep 7, 2021
2 parents 138764c + 630a1b5 commit d31e8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Grid/Export/Export.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

abstract class Export implements ExportInterface, ContainerAwareInterface
{
const DEFAULT_TEMPLATE = 'APYDataGridBundle::blocks.html.twig';
const DEFAULT_TEMPLATE = '@APYDataGrid/blocks.html.twig';

protected $title;

Expand Down

0 comments on commit d31e8b8

Please sign in to comment.