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

7 lines
102 B
PHP
Raw Normal View History

2013-07-28 06:37:32 +02:00
<?php
namespace Entities;
class ShowSong extends \Eloquent {
protected $table = 'show_songs';
}