Equip\Application::run PHP Method

run() public method

Run the application
public run ( string $runner = Relay::class ) : Psr\Http\Message\ResponseInterface
$runner string
return Psr\Http\Message\ResponseInterface
    public function run($runner = Relay::class)
    {
        $this->configuration->apply($this->injector);
        return $this->injector->share($this->middleware)->prepare(Directory::class, $this->routing)->execute($runner);
    }