File "BaseService.php"

Full path: /var/www/html/back/storage/framework/BaseService.php
File size: 0.1 KB (101 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

declare(strict_types=1);

namespace App\BaseClasses;

abstract class BaseService
{
    /**/
}