File "BaseService.php"
Full Path: /var/www/html/back/storage/framework/testing/BaseService.php
File size: 101 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
declare(strict_types=1);
namespace App\BaseClasses;
abstract class BaseService
{
/**/
}