Skip to content

Commit 3f95d94

Browse files
committed
fix namespace omission
1 parent cb4f8d3 commit 3f95d94

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Grid/Export/CSVExport.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
namespace APY\DataGridBundle\Grid\Export;
1414

15+
use APY\DataGridBundle\Grid\Grid;
16+
1517
/**
1618
* Comma-Separated Values.
1719
*/

Grid/Export/DSVExport.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
namespace APY\DataGridBundle\Grid\Export;
1414

15+
use APY\DataGridBundle\Grid\Grid;
16+
1517
/**
1618
* Delimiter-Separated Values.
1719
*/

0 commit comments

Comments
 (0)