@@ -48,7 +48,7 @@ |
||
48 | 48 | { |
49 | 49 | $fileName = 'personal_data.csv'; |
50 | 50 | $filePath = $this->directoryList->getPath(\Magento\Framework\App\Filesystem\DirectoryList::VAR_DIR) |
51 | - . "/" . $fileName; |
|
51 | + . "/".$fileName; |
|
52 | 52 | |
53 | 53 | $customer = $this->_customerSession->getCustomer(); |
54 | 54 | $personalData = $this->getPresonalData($customer); |