@@ -123,6 +123,9 @@ |
||
123 | 123 | return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php'; |
124 | 124 | } |
125 | 125 | |
126 | + /** |
|
127 | + * @param string $file |
|
128 | + */ |
|
126 | 129 | protected function load($file, $lazyLoad = true) |
127 | 130 | { |
128 | 131 | return require $this->containerDir.\DIRECTORY_SEPARATOR.$file; |