1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-14 07:02:34 +01:00
invoiceninja/app/models/Subscription.php

8 lines
112 B
PHP
Raw Normal View History

2014-07-27 22:31:41 +02:00
<?php
class Subscription extends Eloquent
{
2015-01-11 13:30:08 +01:00
public $timestamps = true;
protected $softDelete = true;
}