Pony.fm/app/ShowSong.php
2015-08-30 13:29:12 +01:00

8 lines
No EOL
117 B
PHP

<?php
use Illuminate\Database\Eloquent\Model;
class ShowSong extends Model
{
protected $table = 'show_songs';
}