diff --git a/src/Console/Storage.php b/src/Console/Storage.php index 572f10cc88..58d20d06b2 100644 --- a/src/Console/Storage.php +++ b/src/Console/Storage.php @@ -192,5 +192,7 @@ HELP; } while ($moved); $this->out(sprintf(date('[Y-m-d H:i:s] ') . 'Moved %d files total', $total)); + + return 0; } }