diff --git a/src/Databases/MySql.php b/src/Databases/MySql.php index 1ff48b5..c1d3f88 100644 --- a/src/Databases/MySql.php +++ b/src/Databases/MySql.php @@ -44,7 +44,7 @@ public function __construct() $this->port = 3306; } - public function setSkipSsl(bool $skipSsl): self + public function setSkipSsl(bool $skipSsl = true): self { $this->skipSsl = $skipSsl;