mentors

mentors Git Source Tree


Root/app/models/Match.php

<?php

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

	
}

Archive Download this file

Branches

Number of commits:
Page rendered in 0.11520s using 11 queries.