Compare commits
1 Commits
c53f7b6719
...
develop
Author | SHA1 | Date | |
---|---|---|---|
4f9b96b401 |
@ -33,7 +33,7 @@ class Watch extends Command
|
||||
$io->info("Start: {$current->format('Y-m-d H:i:s')}");
|
||||
while(true) {
|
||||
$io->info('Running Update');
|
||||
$this->runUpdate();
|
||||
$this->runUpdate($io);
|
||||
$current = $this->updateTime($period);
|
||||
$wait = $current->add($period);
|
||||
$io->text("Waiting until {$wait->format('Y-m-d H:i:s')}");
|
||||
|
Reference in New Issue
Block a user