1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/app/models/PaymentTerm.php
Hillel Coren 9dd1b54d4a bug fixes
2013-12-31 11:43:39 +02:00

7 lines
106 B
PHP
Executable File

<?php
class PaymentTerm extends Eloquent
{
public $timestamps = false;
protected $softDelete = false;
}