container = $container; return $this; } /** * Get the container. * * @return \League\Container\ImmutableContainerInterface */ public function getContainer() { return $this->container; } }