1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 06:32:40 +01:00
invoiceninja/app/models/License.php
2015-01-11 14:30:08 +02:00

8 lines
107 B
PHP

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