Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Page/AbstractPage.php
Expand Up @@ -767,7 +767,7 @@ public function setVisible($visible = true)
if (is_string($visible) && 'false' == strtolower($visible)) {
$visible = false;
}
$this->visible = (bool)$visible;
$this->visible = (bool) $visible;
return $this;
}

Expand Down

0 comments on commit c164e00

Please sign in to comment.