delete 'return' in Filesystem.php
parent
f154d5c09d
commit
e61b559eb2
|
@ -340,7 +340,7 @@ class Filesystem
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->copyThenRemove($source, $target);
|
$this->copyThenRemove($source, $target);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue