Skip to content

Commit 4ce7bf5

Browse files
committed
Removing not needed param assignment.
1 parent d32d574 commit 4ce7bf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/ImportExport/Ui/DataProvider/ExportFileDataProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ public function __construct(
7878
);
7979

8080
$this->fileIO = $fileIO ?: ObjectManager::getInstance()->get(File::class);
81-
$this->request = $request;
8281
}
8382

8483
/**

0 commit comments

Comments
 (0)