@@ -26,6 +26,9 @@ |
||
26 | 26 | $this->dispatch('tarantool.clear'); |
27 | 27 | } |
28 | 28 | |
29 | + /** |
|
30 | + * @param string $job |
|
31 | + */ |
|
29 | 32 | public function dispatch($job, $params = []) |
30 | 33 | { |
31 | 34 | return $this->app->dispatch($job, $params); |