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