jqh 5 lat temu
rodzic
commit
7f1f1de9a3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/Grid.php

+ 1 - 1
src/Grid.php

@@ -1164,7 +1164,7 @@ HTML;
         $view = view($this->view, $this->variables());
 
         if (!$wrapper = $this->wrapper) {
-            return "<div class='box box-default'>{$view->render()}</div>";
+            return "<div class='box'>{$view->render()}</div>";
         }
 
         return $wrapper($view);