@@ -8,6 +8,9 @@ |
||
8 | 8 | protected $root; |
9 | 9 | protected $namespace; |
10 | 10 | |
11 | + /** |
|
12 | + * @param string $root |
|
13 | + */ |
|
11 | 14 | public function __construct(Application $app, $root) |
12 | 15 | { |
13 | 16 | $this->app = $app; |