Skip to content

Commit 80c98af

Browse files
authored
Merge pull request #4 from chenqinghe/master
fixed issue #3
2 parents 248f40f + 528c856 commit 80c98af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/FormatOutputTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function panel(array $data, $title = 'Information panel', array $opts = [
146146
*/
147147
public function table(array $data, $title = 'Data Table', $showBorder = true)
148148
{
149-
Show::table($data, $title, $showBorder);
149+
Show::table($data, $title, ['showBorder' => $showBorder]);
150150
}
151151

152152
/**

0 commit comments

Comments
 (0)