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