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

Commit f2a30bc

Browse files
Update ConfigAppManager.php
1 parent 5cb398f commit f2a30bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Apps/ConfigAppManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function all(): array
3838
/**
3939
* Get app by id.
4040
*
41-
* @param int $appId
41+
* @param string|int $appId
4242
* @return \BeyondCode\LaravelWebSockets\Apps\App|null
4343
*/
4444
public function findById($appId): ?App

0 commit comments

Comments
 (0)