jqh hace 5 años
padre
commit
f69d7aca2d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Widgets/Card.php

+ 1 - 1
src/Widgets/Card.php

@@ -38,7 +38,7 @@ class Card extends Widget
             $this->title($title);
         }
 
-        if ($content) {
+        if ($content !== null) {
             $this->content($content);
         }