1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/app/models/License.php
2014-07-15 23:36:40 +03:00

7 lines
104 B
PHP

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