1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/app/models/Subscription.php
2014-07-27 23:31:41 +03:00

7 lines
109 B
PHP

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