1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 12:12:48 +01:00
invoiceninja/app/Models/Subscription.php
Jeramy Simpson 04c392136e Add Files
2015-03-17 07:45:25 +10:00

8 lines
112 B
PHP

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