@@ -41,6 +41,9 @@ |
||
41 | 41 | return $this->run('update'); |
42 | 42 | } |
43 | 43 | |
44 | + /** |
|
45 | + * @param string $command |
|
46 | + */ |
|
44 | 47 | public function run($command, $dir = null) |
45 | 48 | { |
46 | 49 | if ($dir === null) { |