| @@ -74,6 +74,9 @@ | ||
| 74 | 74 |          $this->container->get('config'); | 
| 75 | 75 | } | 
| 76 | 76 | |
| 77 | + /** | |
| 78 | + * @param string $id | |
| 79 | + */ | |
| 77 | 80 |      public function get($id) { | 
| 78 | 81 | return $this->container->get($id); | 
| 79 | 82 | } |