Skip to content

Commit 8cc1951

Browse files
Remove not required params from table() method
1 parent e6e27bc commit 8cc1951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/StatusCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function handle(Dispatcher $events)
7979
}
8080

8181
$this->output->progressFinish();
82-
$this->output->table($headers, $rows, $tableStyle = 'default', $columnStyles = []);
82+
$this->output->table($headers, $rows);
8383
}
8484

8585
/**

0 commit comments

Comments
 (0)