renaming clients to apps

This commit is contained in:
freek 2018-12-01 13:58:43 +01:00
parent e105e29f9d
commit 9e7d6f2369
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class InvalidApp extends Exception
{
public static function notFound(int $appId)
{
return new static("Could not find client for app id `{$appId}`.");
return new static("Could not find app for app id `{$appId}`.");
}
public static function appIdIsNotNumeric($appId)