File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
app/code/Magento/Ui/Model/Export Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 8
8
use Magento \Framework \App \Filesystem \DirectoryList ;
9
9
use Magento \Framework \Exception \LocalizedException ;
10
10
use Magento \Framework \Filesystem ;
11
- use Magento \Framework \Filesystem \Directory \WriteInterface ;
12
11
use Magento \Ui \Component \MassAction \Filter ;
13
12
14
13
/**
17
16
class ConvertToCsv
18
17
{
19
18
/**
20
- * @var WriteInterface
19
+ * @var DirectoryList
21
20
*/
22
21
protected $ directory ;
23
22
Original file line number Diff line number Diff line change 12
12
use Magento \Framework \Convert \ExcelFactory ;
13
13
use Magento \Framework \Exception \LocalizedException ;
14
14
use Magento \Framework \Filesystem ;
15
- use Magento \Framework \Filesystem \Directory \WriteInterface ;
16
15
use Magento \Ui \Component \MassAction \Filter ;
17
16
18
17
/**
21
20
class ConvertToXml
22
21
{
23
22
/**
24
- * @var WriteInterface
23
+ * @var DirectoryList
25
24
*/
26
25
protected $ directory ;
27
26
You can’t perform that action at this time.
0 commit comments