invoiceninja/app/models/PaymentType.php

7 lines
106 B
PHP
Raw Normal View History

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