atayahmet/glad

View on GitHub
src/Glad/Interfaces/DatabaseServiceInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Glad\Interfaces;

use Glad\Interfaces\ServiceInterface;

/**
 * ServiceInterface extends to DatabaseServiceInterface (for testing)
 *
 * @author Ahmet ATAY
 * @category DatabaseServiceInterface
 * @package Glad
 * @copyright 2015
 * @license http://opensource.org/licenses/MIT MIT license
 * @link https://github.com/atayahmet/glad
 */
interface DatabaseServiceInterface extends ServiceInterface
{

}