for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Rougin\Credo;
/**
* Codeigniter Model
*
* @package Credo
* @author Rougin Royce Gutib <[email protected]>
*/
class CodeigniterModel extends Model
{
}