Skip to content

Commit 68a7867

Browse files
committed
Remove override method
`url` is already available from the `HasUrl` trait
1 parent 5a154d7 commit 68a7867

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/MenuBar/MenuBar.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@ public function onlyShowContextMenu(bool $onlyContextMenu = true): self
5656
return $this;
5757
}
5858

59-
public function url(string $url): self
60-
{
61-
$this->url = $url;
62-
63-
return $this;
64-
}
65-
6659
public function showDockIcon($value = true): self
6760
{
6861
$this->showDockIcon = $value;

0 commit comments

Comments
 (0)