mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Add telemetry (inactive)
This commit is contained in:
@@ -101,6 +101,9 @@ class UpgradeFireflyInstructions extends Command
|
||||
$text = $config[$compare];
|
||||
}
|
||||
}
|
||||
|
||||
// app('telemetry')->string('show-install-instructions', $version);
|
||||
|
||||
$this->showLine();
|
||||
$this->boxed('');
|
||||
if (null === $text) {
|
||||
@@ -147,6 +150,9 @@ class UpgradeFireflyInstructions extends Command
|
||||
$text = $config[$compare];
|
||||
}
|
||||
}
|
||||
|
||||
//app('telemetry')->string('show-update-instructions', $version);
|
||||
|
||||
$this->showLine();
|
||||
$this->boxed('');
|
||||
if (null === $text) {
|
||||
|
Reference in New Issue
Block a user