jqh %!s(int64=5) %!d(string=hai) anos
pai
achega
7f1f1de9a3
Modificáronse 1 ficheiros con 1 adicións e 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);