invoiceninja/app/models/PaymentType.php

8 lines
113 B
PHP
Raw Normal View History

2014-01-13 19:22:43 +00:00
<?php
class PaymentType extends Eloquent
{
2015-01-11 14:30:08 +02:00
public $timestamps = false;
protected $softDelete = false;
}