Skip to content

Commit

Permalink
chore: Improve getMenuPanelName generator
Browse files Browse the repository at this point in the history
  • Loading branch information
datlechin committed Sep 1, 2024
1 parent b1b7bf3 commit 62b1aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Concerns/HasMenuPanel.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public function getMenuPanelName(): string
{
return str($this->getTable())
->title()
->replace('_', ' ')
->toString();
}

Expand Down

0 comments on commit 62b1aac

Please sign in to comment.