diff --git a/src/Apps/AppManager.php b/src/Apps/AppManager.php index 2b7b283..86497c0 100644 --- a/src/Apps/AppManager.php +++ b/src/Apps/AppManager.php @@ -14,7 +14,7 @@ interface AppManager /** * Get app by id. * - * @param int $appId + * @param string|int $appId * @return \BeyondCode\LaravelWebSockets\Apps\App|null */ public function findById($appId): ?App;