mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 00:04:24 +00:00
Update (disabled) telemetry settings.
This commit is contained in:
@@ -56,7 +56,7 @@ class UpgradeFireflyInstructions extends Command
|
||||
if ('install' === (string) $this->argument('task')) {
|
||||
$this->installInstructions();
|
||||
}
|
||||
|
||||
// app('telemetry')->feature('executed-command', $this->signature);
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -102,7 +102,6 @@ class UpgradeFireflyInstructions extends Command
|
||||
}
|
||||
}
|
||||
|
||||
// app('telemetry')->string('show-install-instructions', $version);
|
||||
|
||||
$this->showLine();
|
||||
$this->boxed('');
|
||||
@@ -151,8 +150,6 @@ class UpgradeFireflyInstructions extends Command
|
||||
}
|
||||
}
|
||||
|
||||
//app('telemetry')->string('show-update-instructions', $version);
|
||||
|
||||
$this->showLine();
|
||||
$this->boxed('');
|
||||
if (null === $text) {
|
||||
|
Reference in New Issue
Block a user