@@ -10,6 +10,10 @@ |
||
| 10 | 10 | { |
| 11 | 11 | protected $filesDir; |
| 12 | 12 | |
| 13 | + /** |
|
| 14 | + * @param \CloudControl\Cms\storage\Repository $repository |
|
| 15 | + * @param string $filesDir |
|
| 16 | + */ |
|
| 13 | 17 | public function __construct($repository, $filesDir) |
| 14 | 18 | { |
| 15 | 19 | parent::__construct($repository); |