mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 22:47:59 +01:00
8 lines
No EOL
117 B
PHP
8 lines
No EOL
117 B
PHP
<?php
|
|
|
|
use Illuminate\Database\Eloquent\Model;
|
|
|
|
class ShowSong extends Model
|
|
{
|
|
protected $table = 'show_songs';
|
|
} |