Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 5cb398f

Browse files
Update AppManager.php
1 parent c51a980 commit 5cb398f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Apps/AppManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function all(): array;
1414
/**
1515
* Get app by id.
1616
*
17-
* @param int $appId
17+
* @param string|int $appId
1818
* @return \BeyondCode\LaravelWebSockets\Apps\App|null
1919
*/
2020
public function findById($appId): ?App;

0 commit comments

Comments
 (0)