mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
locale + exam assign and checkout cronjob
This commit is contained in:
@@ -123,4 +123,9 @@ class User extends Authenticatable
|
||||
return $this->hasMany(ExamUser::class, 'uid');
|
||||
}
|
||||
|
||||
public function language()
|
||||
{
|
||||
return $this->belongsTo(Language::class, 'lang');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user