Pony.fm/app/models/Entities/License.php
2013-07-25 16:33:12 -05:00

7 lines
No EOL
99 B
PHP

<?php
namespace Entities;
class License extends \Eloquent {
protected $table = 'licenses';
}