(int) ($this['id'] ?? 0), 'user_id' => (int) ($this['user_id'] ?? 0), 'date' => (string) ($this['date'] ?? ''), 'semester' => $this['semester'] ?? null, 'school_year' => $this['school_year'] ?? null, 'status' => $this['status'] ?? null, 'reason' => $this['reason'] ?? null, ]; } }