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;
}