<?php 

class UserXrefROle extends \Eloquent 
{
	protected $table = 'user_xref_role';

	protected $fillable = array('user_id', 'role_id');
}