9 lines
54 B
PHP
9 lines
54 B
PHP
|
<?php
|
||
|
|
||
|
namespace App\Service;
|
||
|
|
||
|
class BaseService
|
||
|
{
|
||
|
|
||
|
}
|