for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Rougin\Describe\Drivers;
use Rougin\Describe\Driver\MySQLDriver as BaseDriver;
/**
* MySQL Driver
*
* A database driver extension for MySQL.
* NOTE: To be removed in v1.0.0
* @package Describe
* @category Drivers
* @author Rougin Royce Gutib <[email protected]>
*/
class MySQLDriver extends BaseDriver
{
}