Bolt\Configuration\ComposerChecks::checkDatabase PHP Method

checkDatabase() public method

public checkDatabase ( )
    public function checkDatabase()
    {
        $this->checkDir($this->config->getPath('database'));
    }