create: literacy generate text model

This commit is contained in:
abiyasa05 2025-04-27 08:36:45 +07:00
parent fbfc2568f8
commit b7f7956585

View File

@ -20,4 +20,5 @@ public function teacher()
{ {
return $this->belongsTo(\App\Models\User::class, 'user_id'); return $this->belongsTo(\App\Models\User::class, 'user_id');
} }
} }