invoiceninja/app/models/PaymentTerm.php

8 lines
113 B
PHP
Raw Normal View History

2013-12-31 11:43:39 +02:00
<?php
class PaymentTerm extends Eloquent
{
2015-01-11 14:30:08 +02:00
public $timestamps = false;
protected $softDelete = false;
}