mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Reformat various code.
This commit is contained in:
@@ -54,10 +54,10 @@ class UpgradeFireflyInstructions extends Command
|
||||
public function handle(): int
|
||||
{
|
||||
$this->generateInstallationId();
|
||||
if ('update' === (string)$this->argument('task')) {
|
||||
if ('update' === (string) $this->argument('task')) {
|
||||
$this->updateInstructions();
|
||||
}
|
||||
if ('install' === (string)$this->argument('task')) {
|
||||
if ('install' === (string) $this->argument('task')) {
|
||||
$this->installInstructions();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user