mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-28 18:51:55 +00:00
Code cleanup.
This commit is contained in:
@@ -50,7 +50,6 @@ class UpgradeFireflyInstructions extends Command
|
||||
*/
|
||||
protected $signature = 'firefly:instructions {task}';
|
||||
|
||||
|
||||
/**
|
||||
* Execute the console command.
|
||||
*/
|
||||
@@ -168,8 +167,6 @@ class UpgradeFireflyInstructions extends Command
|
||||
$text = $config[$compare];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$this->showLine();
|
||||
$this->boxed('');
|
||||
if (null === $text) {
|
||||
|
Reference in New Issue
Block a user