invoiceninja/app/models/PaymentType.php
2014-01-13 19:22:43 +00:00

7 lines
106 B
PHP
Executable File

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