feat: add empty service

This commit is contained in:
rinsvent 2026-05-17 19:20:20 +07:00
parent 7844149d5f
commit 77d442f3e7

View File

@ -0,0 +1,8 @@
<?php
namespace App\Services;
class SlotService
{
}