<?php

/**
* This model manages the matches between mentors and mentees
*/
class Match extends Eloquent
{
	protected $table = 'matches';

	
}