jqh hace 5 años
padre
commit
7f1f1de9a3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);