Merge pull request #1466 from coollabsio/next

Quick fix version
This commit is contained in:
Andras Bacsai 2023-11-17 14:02:00 +01:00 committed by GitHub
commit 40023be4ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ class Init extends Command
private function alive() private function alive()
{ {
$id = config('app.id'); $id = config('app.id');
$version = config('app.version'); $version = config('version');
$settings = InstanceSettings::get(); $settings = InstanceSettings::get();
$do_not_track = data_get($settings, 'do_not_track'); $do_not_track = data_get($settings, 'do_not_track');
if ($do_not_track == true) { if ($do_not_track == true) {