Update Saqel Platform: 2026-09-02 01:25:14

This commit is contained in:
Hamza-Ayed
2026-09-02 01:25:14 +03:00
parent a1c7029838
commit 310d4b57e9
@@ -1,8 +1,8 @@
<?php
require_once __DIR__ . '/../app/Core/Database.php';
require_once __DIR__ . '/../app/Core/Security.php';
require_once __DIR__ . '/../app/Services/CurriculumService.php';
// Use the same environment loader and PSR-4 bootstrap as the web API.
// Running this script directly must still load backend/.env.
require_once __DIR__ . '/../app/bootstrap.php';
use App\Core\Database;
use App\Services\CurriculumService;