@@ -178,6 +178,9 @@ |
||
178 | 178 | }; |
179 | 179 | } |
180 | 180 | |
181 | + /** |
|
182 | + * @param string $method |
|
183 | + */ |
|
181 | 184 | protected static function getCustomEvent(Closure $action, $method) |
182 | 185 | { |
183 | 186 | return function (Update $update) use ($action, $method) { |