Skip to content

Commit f32b051

Browse files
committed
refactor: remove unused methods from Alert class
1 parent 725f490 commit f32b051

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/Alert.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,6 @@ public function buttons(array $buttons): self
5353
return $this;
5454
}
5555

56-
public function defaultPath(string $defaultPath): self
57-
{
58-
$this->defaultPath = $defaultPath;
59-
60-
return $this;
61-
}
62-
63-
public function button(string $buttonLabel): self
64-
{
65-
$this->buttonLabel = $buttonLabel;
66-
67-
return $this;
68-
}
69-
7056
public function defaultId(int $defaultId): self
7157
{
7258
$this->defaultId = $defaultId;

0 commit comments

Comments
 (0)