phpvms/app/Contracts/Service.php

11 lines
85 B
PHP

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