mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-04-01 16:55:29 +02:00
10 lines
No EOL
130 B
PHP
10 lines
No EOL
130 B
PHP
<?php
|
|
|
|
namespace App;
|
|
|
|
use Illuminate\Database\Eloquent\Model;
|
|
|
|
class License extends Model
|
|
{
|
|
protected $table = 'licenses';
|
|
} |