Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 26, 2023
1 parent d3598ac commit 1a007ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ protected function generate(): void
});

// If there are no pages other than the index page, we add it to the sidebar so that it's not empty
if($this->items->count() === 0 && DocumentationPage::home() !== null) {
if ($this->items->count() === 0 && DocumentationPage::home() !== null) {
$this->items->push(NavItem::fromRoute(DocumentationPage::home()));
}
}
Expand Down

0 comments on commit 1a007ee

Please sign in to comment.