Psr7Middlewares\Middleware\BasePath::autodetect PHP Method

autodetect() public method

Autodetect the basePath.
public autodetect ( boolean $autodetect = true ) : self
$autodetect boolean
return self
    public function autodetect($autodetect = true)
    {
        $this->autodetect = $autodetect;
        return $this;
    }