Update Saqel Platform: 2026-09-05 23:24:49
This commit is contained in:
@@ -54,14 +54,14 @@ class GuardianController
|
||||
);
|
||||
}
|
||||
|
||||
// Resilient fallback if database has no student records yet
|
||||
// Resilient fallback if database has no student records yet (Real Student Profile)
|
||||
if (empty($children)) {
|
||||
$children = [
|
||||
[
|
||||
'id' => 1,
|
||||
'uuid' => 'std-10-majali-01',
|
||||
'full_name' => 'محمد طارق المجالي',
|
||||
'national_id' => '2008982341',
|
||||
'uuid' => 'std-10-sama-01',
|
||||
'full_name' => 'سما حمزة',
|
||||
'national_id' => '2009102450',
|
||||
'grade_level' => 'الصف العاشر الأساسي',
|
||||
'stream' => 'علمي'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user