phpvms/app/Interfaces/Service.php

11 lines
86 B
PHP
Raw Normal View History

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