From f2a30bcb6f8f3e26e6b14bd9f1872132183c8719 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Fri, 4 Sep 2020 09:23:43 -0400 Subject: [PATCH] Update ConfigAppManager.php --- src/Apps/ConfigAppManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Apps/ConfigAppManager.php b/src/Apps/ConfigAppManager.php index 6d8513e..03e5458 100644 --- a/src/Apps/ConfigAppManager.php +++ b/src/Apps/ConfigAppManager.php @@ -38,7 +38,7 @@ class ConfigAppManager implements AppManager /** * Get app by id. * - * @param int $appId + * @param string|int $appId * @return \BeyondCode\LaravelWebSockets\Apps\App|null */ public function findById($appId): ?App