1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/app/models/PaymentTerm.php

7 lines
106 B
PHP
Raw Normal View History

2013-12-31 10:43:39 +01:00
<?php
class PaymentTerm extends Eloquent
{
public $timestamps = false;
protected $softDelete = false;
}