From 5cb398f6727e15fd7218c2aa812d518e56fe782d Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Fri, 4 Sep 2020 09:23:24 -0400 Subject: [PATCH] Update AppManager.php --- src/Apps/AppManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;