Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzipp authored and github-actions[bot] committed Oct 4, 2023
1 parent b02e3ba commit 823b3ae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public function up()
public function upgradeColumns()
{
DB::table(config('queue-monitor.table'))->orderBy('id')->chunk(500, function (Collection $monitors) {

/** @var array<int, array<stdClass>> $matrix */
$matrix = [
MonitorStatus::RUNNING => [],
Expand Down

0 comments on commit 823b3ae

Please sign in to comment.