diff --git a/app/Console/Commands/UpgradeFireflyInstructions.php b/app/Console/Commands/UpgradeFireflyInstructions.php index 83c7f1ee6d..3cfbb15f53 100644 --- a/app/Console/Commands/UpgradeFireflyInstructions.php +++ b/app/Console/Commands/UpgradeFireflyInstructions.php @@ -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) {