예제 #1
0
 public static function getClassesForUser($userId)
 {
     return ClassUser::where('user_id', '=', $userId)->get();
 }