invoiceninja/app/Models/License.php
Jeramy Simpson 04c392136e Add Files
2015-03-17 07:45:25 +10:00

8 lines
107 B
PHP

<?php
class License extends Eloquent
{
public $timestamps = true;
protected $softDelete = true;
}