Skip to content

Commit a31e21b

Browse files
committed
Method name fix
1 parent 5c8022c commit a31e21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PusherAwareTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function setPusher(AsyncClient $pusher)
1212
$this->pusher = $pusher;
1313
}
1414

15-
protected function getTransport(): AsyncClient
15+
protected function getPusher(): AsyncClient
1616
{
1717
return $this->pusher;
1818
}

0 commit comments

Comments
 (0)