mentors

mentors Git Source Tree


Root/app/models/Role.php

<?php 

/**
* This class manages the Roles in the application
* A role could be a mentor or mentee or both
*/
class Role extends \Eloquent
{
	protected $table = 'roles';

	protected $fillable = array('name');
}

Archive Download this file

Branches

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