From 979bfae5b4d5d898a61d20ee734b764021c3d1a1 Mon Sep 17 00:00:00 2001 From: Jiang Qinghua Date: Tue, 30 Mar 2021 12:50:24 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Grid.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Grid.php b/src/Grid.php index 46f2ec48e..8e0788988 100755 --- a/src/Grid.php +++ b/src/Grid.php @@ -950,10 +950,10 @@ public function scrollbarX(bool $value = true) */ public function formatTableParentClass() { - $tableCollaps = $this->option('table_collapse') ? 'table-collapse' : ''; - $scrollbarX = $this->option('scrollbar_x') ? 'table-scrollbar-x' : ''; + $tableCollaps = $this->option('table_collapse') ? 'table-collapse' : ''; + $scrollbarX = $this->option('scrollbar_x') ? 'table-scrollbar-x' : ''; - return "table-responsive table-wrapper complex-container table-middle mt-1 {$tableCollaps} {$scrollbarX}"; + return "table-responsive table-wrapper complex-container table-middle mt-1 {$tableCollaps} {$scrollbarX}"; } /**