Pony.fm/app/License.php
2015-10-23 18:22:14 -07:00

10 lines
No EOL
143 B
PHP

<?php
namespace Poniverse\Ponyfm;
use Illuminate\Database\Eloquent\Model;
class License extends Model
{
protected $table = 'licenses';
}