for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: afshin
* Date: 11/24/17
* Time: 12:21 AM
*/
namespace Core\Interfaces;
use SlimFacades\Facade;
abstract class _DataAccess
{
}