cfmgrv4/app/Services/Common.php
2024-10-23 19:45:07 +09:00

11 lines
104 B
PHP

<?php
namespace App\Services;
abstract class Common
{
public function __construct()
{
}
}