Reformat code.

This commit is contained in:
James Cole
2020-03-21 15:43:41 +01:00
parent f76585dc9b
commit c6d17e9bd7
43 changed files with 50 additions and 2 deletions

View File

@@ -130,6 +130,7 @@ class ApplyRules extends Command
$this->warn(' --rules=1,2,...');
$this->warn(' --rule_groups=1,2,...');
$this->warn(' --all_rules');
// app('telemetry')->feature('executed-command-with-error', $this->signature);
return 1;
}
@@ -165,6 +166,7 @@ class ApplyRules extends Command
}
$this->line('');
$this->line('Done!');
// app('telemetry')->feature('executed-command', $this->signature);
return 0;
}

View File

@@ -93,6 +93,7 @@ class Cron extends Command
}
$this->info('More feedback on the cron jobs can be found in the log files.');
// app('telemetry')->feature('executed-command', $this->signature);
return 0;
}