phpvms/app/Services/BaseService.php
2017-07-04 01:05:37 -05:00

9 lines
57 B
PHP

<?php
namespace App\Services;
class BaseService {
}