phpvms/app/Interfaces/Service.php

9 lines
62 B
PHP
Raw Normal View History

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