create: literacy generate text model

This commit is contained in:
abiyasa05 2025-04-27 08:36:45 +07:00
parent d05da3caf3
commit 84207cf543

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');
} }
} }