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