Skip to content

Commit

Permalink
Merge pull request #21 from fouteox/patch-1
Browse files Browse the repository at this point in the history
Update FilamentPageSidebar.php
  • Loading branch information
aymanalhattami authored Sep 9, 2023
2 parents 34bd9d3 + 662e219 commit 05fc664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FilamentPageSidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function setTitle(string | Closure $title): static
return $this;
}

public function getTitle(): string
public function getTitle(): ?string
{
return $this->evaluate($this->title);
}
Expand Down

0 comments on commit 05fc664

Please sign in to comment.