Commit b2d04bde authored by Nicolas Widart's avatar Nicolas Widart

Comment change

parent 8636c80f
......@@ -37,7 +37,7 @@ class FileService
// Save the file info to db
$savedFile = $this->file->createFromFile($file);
// Move the uploaded file to /public/assets/media/
// Move the uploaded file to files path
$file->move(public_path() . $this->config->get('media::config.files-path'), $savedFile->filename);
$this->createThumbnails($savedFile);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment