|
@@ -31,7 +31,7 @@ |
|
|
block discarded – undo |
|
31
|
31
|
$localCheckins = config('honeybadger.checkins', []); |
|
32
|
32
|
$result = $checkinsManager->sync($localCheckins); |
|
33
|
33
|
$this->info('Checkins were synchronized with Honeybadger.'); |
|
34
|
|
- $this->table(['Id', 'Name', 'Slug', 'Schedule Type', 'Report Period', 'Cron Schedule', 'Cron Timezone', 'Grace Period', 'Status'], array_map(function ($checkin) { |
|
|
34
|
+ $this->table(['Id', 'Name', 'Slug', 'Schedule Type', 'Report Period', 'Cron Schedule', 'Cron Timezone', 'Grace Period', 'Status'], array_map(function($checkin) { |
|
35
|
35
|
return [ |
|
36
|
36
|
$checkin->id, |
|
37
|
37
|
$checkin->name, |
Please login to merge, or discard this patch.