Code cleanup, no functional changes
This commit is contained in:
@@ -64,7 +64,7 @@ class File extends Model
|
||||
unlink(Storage::disk('local')->path($model->fullname));
|
||||
} else {
|
||||
throw new \Exception(sprintf('Unable to move file [%s] to [%s]',$model->fullname,$model->full_storage_path));
|
||||
};
|
||||
}
|
||||
|
||||
// Delete anything being replaced
|
||||
// @todo implement replace
|
||||
|
Reference in New Issue
Block a user