Add storage backend move cronjob

- Fix typos in Console\Storage and Worker\CronJobs
This commit is contained in:
Hypolite Petovan 2019-03-23 21:47:33 -04:00
parent 60d931c85d
commit 410f34d7fd
2 changed files with 24 additions and 2 deletions

View file

@ -84,7 +84,7 @@ HELP;
if ($current === '') {
$this->out();
$this->out('This sistem is using legacy storage system');
$this->out('This system is using legacy storage system');
}
if ($current !== '' && !$isregisterd) {
$this->out();