<?php namespace Entities; class License extends \Eloquent { protected $table = 'licenses'; }