Pony.fm/app/models/Entities/ShowSong.php
2013-07-27 23:37:32 -05:00

7 lines
No EOL
102 B
PHP

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