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