Update Saqel Platform: 2026-09-02 01:25:14
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once __DIR__ . '/../app/Core/Database.php';
|
// Use the same environment loader and PSR-4 bootstrap as the web API.
|
||||||
require_once __DIR__ . '/../app/Core/Security.php';
|
// Running this script directly must still load backend/.env.
|
||||||
require_once __DIR__ . '/../app/Services/CurriculumService.php';
|
require_once __DIR__ . '/../app/bootstrap.php';
|
||||||
|
|
||||||
use App\Core\Database;
|
use App\Core\Database;
|
||||||
use App\Services\CurriculumService;
|
use App\Services\CurriculumService;
|
||||||
|
|||||||
Reference in New Issue
Block a user