@@ -7,6 +7,9 @@ |
||
| 7 | 7 | |
| 8 | 8 | class Application |
| 9 | 9 | {
|
| 10 | + /** |
|
| 11 | + * @param string $root |
|
| 12 | + */ |
|
| 10 | 13 | function __construct($root) |
| 11 | 14 | {
|
| 12 | 15 | $container = $this->container = new Container; |