Update AppManager.php
This commit is contained in:
parent
c51a9806cb
commit
5cb398f672
|
|
@ -14,7 +14,7 @@ interface AppManager
|
||||||
/**
|
/**
|
||||||
* Get app by id.
|
* Get app by id.
|
||||||
*
|
*
|
||||||
* @param int $appId
|
* @param string|int $appId
|
||||||
* @return \BeyondCode\LaravelWebSockets\Apps\App|null
|
* @return \BeyondCode\LaravelWebSockets\Apps\App|null
|
||||||
*/
|
*/
|
||||||
public function findById($appId): ?App;
|
public function findById($appId): ?App;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue