if (strpos($path, $this->getFileManagerFolder()) === false) { | if (strpos($path, $this->getFileManagerFolder()) === false) { | ||||
$path = $this->getFileManagerFolder() . '/' . $path; | $path = $this->getFileManagerFolder() . '/' . $path; | ||||
} | } | ||||
dump($path); | |||||
if ($path) { | if ($path) { | ||||