@@ -40,6 +40,9 @@ |
||
| 40 | 40 | return $this->configManagers->get($name); |
| 41 | 41 | } |
| 42 | 42 | |
| 43 | + /** |
|
| 44 | + * @param string $name |
|
| 45 | + */ |
|
| 43 | 46 | private function getConfigFile($name) |
| 44 | 47 | { |
| 45 | 48 | return $this->app['path.config'] |
@@ -24,6 +24,9 @@ |
||
| 24 | 24 | protected $model; |
| 25 | 25 | protected $elements; |
| 26 | 26 | |
| 27 | + /** |
|
| 28 | + * @param string $name |
|
| 29 | + */ |
|
| 27 | 30 | public function __construct($name, Application $app, Repository $repository) |
| 28 | 31 | { |
| 29 | 32 | $this->name = $name; |