Pony.fm/app/models/Entities/License.php

7 lines
99 B
PHP
Raw Normal View History

2013-07-25 23:33:04 +02:00
<?php
namespace Entities;
class License extends \Eloquent {
protected $table = 'licenses';
}