@@ -30,6 +30,9 @@ |
||
30 | 30 | self::$instance = $instance; |
31 | 31 | } |
32 | 32 | |
33 | + /** |
|
34 | + * @param string $base |
|
35 | + */ |
|
33 | 36 | public function __construct($base = null) { |
34 | 37 | $this->base = $base ? $base : BASE_PATH; |
35 | 38 | } |