Skip to content

Commit 36c43b5

Browse files
authored
Add missing namespace (#1085)
* Add Missing namespace Missing Grid namespace on ExcelExport Class * Update XMLExport.php * Update JSONExport.php
1 parent 33c09f4 commit 36c43b5

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Grid/Export/ExcelExport.php

+2
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
* Excel (This export produces a warning with new Office Excel).
1719
*/

Grid/Export/JSONExport.php

+2
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
* JSON.
1719
*/

Grid/Export/XMLExport.php

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
use Symfony\Component\Serializer\Encoder\XmlEncoder;
1616
use Symfony\Component\Serializer\Normalizer\GetSetMethodNormalizer;
1717
use Symfony\Component\Serializer\Serializer;
18+
use APY\DataGridBundle\Grid\Grid;
1819

1920
/**
2021
* XML.

0 commit comments

Comments
 (0)