Pony.fm/app/models/Entities/ShowSong.php

7 lines
102 B
PHP
Raw Normal View History

2013-07-27 23:37:32 -05:00
<?php
namespace Entities;
class ShowSong extends \Eloquent {
protected $table = 'show_songs';
}