diff --git a/lib/models.php b/lib/models.php index b90f1e6..f4d6bc8 100644 --- a/lib/models.php +++ b/lib/models.php @@ -44,7 +44,7 @@ public function url($options = null): string { public function render(array $data = [], $contentType = 'html'): string { go($this->parentUrl()); } - public function metaDefaults() { - return ['robotsIndex' => false]; - } + public function metaDefaults() { + return ['robotsIndex' => false]; + } }