@@ -105,6 +105,10 @@ |
||
105 | 105 | $this->configApp($root, $camel_case); |
106 | 106 | } |
107 | 107 | |
108 | + /** |
|
109 | + * @param string $root |
|
110 | + * @param string $camel_case |
|
111 | + */ |
|
108 | 112 | protected function configApp($root, $camel_case) |
109 | 113 | { |
110 | 114 | $file = $root.'/bootstrap/app.php'; |