mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
7 lines
No EOL
99 B
PHP
7 lines
No EOL
99 B
PHP
<?php
|
|
|
|
namespace Entities;
|
|
|
|
class License extends \Eloquent {
|
|
protected $table = 'licenses';
|
|
} |