Update ConfigAppManager.php

This commit is contained in:
Francis Lavoie 2020-09-04 09:23:43 -04:00 committed by GitHub
parent 5cb398f672
commit f2a30bcb6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class ConfigAppManager implements 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