Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ The export component is a set Magento modules and requires Magento 2.3 and highe
Contributions are welcomed! Read the [Contributing Guide](./CONTRIBUTING.md) for more information.

### Licensing
This project is licensed under the OSL-3.0 License. See [LICENSE](./LICENSE.md) for more information.
This project is licensed under the OSL-3.0 License. See [LICENSE](./LICENSE.md) for more information.
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ protected function getCustomDirs()
DirectoryList::TMP => [$path => "{$var}/tmp"],
DirectoryList::UPLOAD => [$path => "{$var}/upload"],
DirectoryList::PUB => [$path => "{$this->installDir}/pub"],
DirectoryList::VAR_IMPORT_EXPORT => [$path => "{$this->installDir}/var"],
];
return $customDirs;
}
Expand Down