Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored and actions-user committed May 22, 2023
1 parent e725a81 commit 5018661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Menu/MenuDivider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ final public function __construct(string $label = '')
{
$this->setLabel($label);
}

public function isActive(): bool
{
return false;
Expand Down

0 comments on commit 5018661

Please sign in to comment.