From 2c529c579c5810c9421565875324dae2545cde07 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Fri, 28 Aug 2026 18:13:52 +0300 Subject: [PATCH] Update Saqel Platform: 2026-08-28 18:13:52 --- backend/app/Services/CurriculumService.php | 9 +++++++++ test_php_binary.php | 2 -- 2 files changed, 9 insertions(+), 2 deletions(-) delete mode 100644 test_php_binary.php diff --git a/backend/app/Services/CurriculumService.php b/backend/app/Services/CurriculumService.php index c80871c..e334aad 100644 --- a/backend/app/Services/CurriculumService.php +++ b/backend/app/Services/CurriculumService.php @@ -10,6 +10,15 @@ use App\Core\Database; */ class CurriculumService { + /** + * Stub for backwards compatibility with controllers calling ensureSchema. + * Curriculum is now file-based. + */ + public static function ensureSchema(): void + { + // No-op + } + private static string $storagePath = __DIR__ . '/../../storage/curriculum'; private static string $manifestFile = __DIR__ . '/../../storage/curriculum/manifest.json'; diff --git a/test_php_binary.php b/test_php_binary.php deleted file mode 100644 index 0808c63..0000000 --- a/test_php_binary.php +++ /dev/null @@ -1,2 +0,0 @@ -