app\Kernel::getRootPath PHP Method

getRootPath() public method

public getRootPath ( ) : string
return string
    public function getRootPath() : string
    {
        return realpath(__DIR__ . '/../');
    }