Joli\SlackSecretSanta\SantaKernel::getRootDir PHP Method

getRootDir() public method

public getRootDir ( )
    public function getRootDir()
    {
        if (null === $this->rootDir) {
            $this->rootDir = dirname(__DIR__);
        }
        return $this->rootDir;
    }