phpvms/app/Interfaces/Service.php
2018-03-19 21:01:32 -05:00

13 lines
114 B
PHP

<?php
namespace App\Interfaces;
/**
* Class Service
* @package App\Interfaces
*/
abstract class Service
{
}