diff --git a/src/MetabaseComponent.php b/src/MetabaseComponent.php index f836db4..b9427ea 100644 --- a/src/MetabaseComponent.php +++ b/src/MetabaseComponent.php @@ -28,7 +28,7 @@ class MetabaseComponent extends Component * @param int|null $question * @param array $params */ - public function __construct(?int $dashboard = null, ?int $question = null, array $params = [], $bordered = true, $titled = false, $theme = null) + public function __construct(?int $dashboard = null, ?int $question = null, array $params = [], $bordered = false, $titled = false, $theme = null) { $this->dashboard = $dashboard; $this->question = $question;