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