fix delete unused service

This commit is contained in:
arifal
2025-09-12 17:31:18 +07:00
parent 148dfebb4a
commit 61e6eb9803
12 changed files with 6 additions and 1023 deletions

View File

@@ -14,8 +14,6 @@ use Illuminate\Support\Facades\Blade;
use Illuminate\Support\Facades\View;
use Illuminate\Support\ServiceProvider;
use Carbon\Carbon;
use App\Services\ServiceSIMBG;
use App\Services\GoogleSheetService;
class AppServiceProvider extends ServiceProvider
{