get('config')['app.config']; $cache = $container->get('service.cache'); return new FunService( $cache, new Config($appConfig) ); } }