Skip to content

Commit 7b30d55

Browse files
committed
Merge branch 'main' of github.com:NativePHP/laravel
2 parents a3956fe + 8247dab commit 7b30d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function version(): string
3333
public function badgeCount($count = null): int
3434
{
3535
if ($count === null) {
36-
return $this->client->get('app/badge-count')->json('count');
36+
return (int) $this->client->get('app/badge-count')->json('count');
3737
}
3838

3939
$this->client->post('app/badge-count', [

0 commit comments

Comments
 (0)