|string> */ public function rules(): array { return [ 'user_id' => 'required|exists:users,id', 'course_id' => 'required|exists:courses,id', ]; } }