mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix text
This commit is contained in:
parent
e3b93af297
commit
be3cb791a5
@ -45,10 +45,10 @@ class UpgradeLiabilities extends Command
|
||||
}
|
||||
$this->upgradeLiabilities();
|
||||
|
||||
//$this->markAsExecuted();
|
||||
$this->markAsExecuted();
|
||||
|
||||
$end = round(microtime(true) - $start, 2);
|
||||
$this->info(sprintf('in %s seconds.', $end));
|
||||
$this->info(sprintf('Upgraded liabilities in %s seconds.', $end));
|
||||
|
||||
return 0;
|
||||
}
|
||||
@ -111,7 +111,6 @@ class UpgradeLiabilities extends Command
|
||||
return $journal->transactions()->where('amount', '>', 0)->first();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user