1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00
invoiceninja/app/Models/Subscription.php
2015-03-18 09:39:03 +10:00

8 lines
134 B
PHP

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