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