delete 'return' in Filesystem.php

main
arai 4 years ago
parent f154d5c09d
commit e61b559eb2

@ -340,7 +340,7 @@ class Filesystem
}
}
return $this->copyThenRemove($source, $target);
$this->copyThenRemove($source, $target);
}
/**

Loading…
Cancel
Save