8 lines
55 B
PHP
8 lines
55 B
PHP
<?php
|
|
|
|
namespace App\Services;
|
|
|
|
class BaseService {
|
|
|
|
}
|