<?php
/**
* @package awf
* @copyright Copyright (c)2014-2021 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license GNU GPL version 3 or later
*/
namespace Awf\Database\Query;
use Awf\Database\Query;
/**
* Query Building Class.
*
* This class is adapted from the Joomla! Framework
*/
class Pdo extends Query
{
}