FluentPDO::close PHP Method

close() public method

Closes the \PDO connection to the database
public close ( ) : null
return null
    public function close()
    {
        $this->pdo = null;
    }