Add telemetry (inactive)

This commit is contained in:
James Cole
2020-03-20 18:05:40 +01:00
parent 69ee691497
commit d021be6a25

View File

@@ -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) {