Typeratings

This commit is contained in:
Gogs
2021-06-16 22:40:17 +02:00
parent 80b4516de4
commit 0c182914d9
15 changed files with 319 additions and 2 deletions
+5
View File
@@ -14,4 +14,9 @@ class ExamMemberRankQuestion extends Controller
{
parent::__construct();
}
public function listExtendQuery($query)
{
$query->where('member_rank_id', '<>', null);
}
}