Update Saqel Platform: 2026-08-28 18:13:52
This commit is contained in:
@@ -10,6 +10,15 @@ use App\Core\Database;
|
|||||||
*/
|
*/
|
||||||
class CurriculumService
|
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 $storagePath = __DIR__ . '/../../storage/curriculum';
|
||||||
private static string $manifestFile = __DIR__ . '/../../storage/curriculum/manifest.json';
|
private static string $manifestFile = __DIR__ . '/../../storage/curriculum/manifest.json';
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
<?php
|
|
||||||
echo PHP_BINARY;
|
|
||||||
Reference in New Issue
Block a user