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