Skip to content

Commit 32215a0

Browse files
authored
fix
1 parent 86f97ee commit 32215a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function cancelBounce()
4646
public function badge(?string $label = null): void|string
4747
{
4848
if (is_null($label)) {
49-
return $this->client - get('dock/badge');
49+
return $this->client->get('dock/badge');
5050
}
5151

5252
$this->client->post('dock/badge', ['label' => $label]);

0 commit comments

Comments
 (0)