phpvms/app/Interfaces/Service.php
2018-08-26 16:40:04 +00:00

11 lines
86 B
PHP

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