芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/portal.pulsehost.co.uk/vendor/mindplay/middleman/src/ContainerResolver.php
container = $container; } public function __invoke($name) { if (! is_string($name)) { return $name; // nothing to resolve (may be a closure or other callable middleware object) } if ($this->container->has($name)) { return $this->container->get($name); } throw new RuntimeException("unable to resolve middleware component name: {$name}"); } }