Skip to content

Commit

Permalink
Update BlueskyClient.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kawax committed Feb 20, 2024
1 parent 75002f0 commit 4642216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlueskyClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function service(string $service): static
return $this;
}

public function session(string $key)
public function session(string $key): mixed
{
return $this->session->get($key);
}
Expand Down

0 comments on commit 4642216

Please sign in to comment.