Skip to content

Commit

Permalink
Use spaces instead of tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
medienbaecker committed Aug 16, 2024
1 parent ddfaa5d commit 30cd5c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/models.php
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}
}

0 comments on commit 30cd5c2

Please sign in to comment.