Files
phpvms/app/Interfaces/Service.php
2018-03-19 20:50:40 -05:00

9 lines
62 B
PHP

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