1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00
invoiceninja/app/models/Subscription.php
2015-01-11 14:30:08 +02:00

8 lines
112 B
PHP

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