@@ -40,9 +40,9 @@ |
||
40 | 40 | |
41 | 41 | public static function __callStatic($name, $arguments) |
42 | 42 | { |
43 | - $class = '\\Telegram\\Actions\\' . ucfirst($name); |
|
43 | + $class = '\\Telegram\\Actions\\'.ucfirst($name); |
|
44 | 44 | if (!class_exists($class)) { |
45 | - throw new TelegramCoreException('Action ' . $name . ' not exists'); |
|
45 | + throw new TelegramCoreException('Action '.$name.' not exists'); |
|
46 | 46 | } |
47 | 47 | |
48 | 48 | return new $class; |