This commit is contained in:
@@ -35,7 +35,7 @@ class HiltesImport
|
||||
$this->stockRepository = $stockRepository;
|
||||
$this->logger = $logger;
|
||||
|
||||
$this->currentDirPath = getcwd();
|
||||
$this->currentDirPath = getcwd() . '/www';
|
||||
}
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@ class HiltesImport
|
||||
{
|
||||
$finder = Finder::create();
|
||||
$finder
|
||||
->in($this->currentDirPath . '/www/hiltes/h2c/')
|
||||
->in($this->currentDirPath . '/hiltes/h2c/')
|
||||
->depth(0);
|
||||
|
||||
if ($delta) {
|
||||
|
||||
Reference in New Issue
Block a user