@@ -85,6 +85,9 @@ |
||
85 | 85 | return $this->file; |
86 | 86 | } |
87 | 87 | |
88 | + /** |
|
89 | + * @param string $status |
|
90 | + */ |
|
88 | 91 | public function updateStatusTo($status) |
89 | 92 | { |
90 | 93 | $this->file->moveTo($status); |