Skip to content

Commit

Permalink
[Export] fix DEFAULT_TEMPLATE
Browse files Browse the repository at this point in the history
[Export] fix DEFAULT_TEMPLATE (rename '@APYDataGridBundle/blocks.html.twig' to '@APYDataGrid/blocks.html.twig')
  • Loading branch information
verasminsk authored Nov 24, 2020
1 parent de72e0c commit 413ec27
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 @@ -20,7 +20,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 413ec27

Please sign in to comment.