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

7 lines
No EOL
106 B
PHP
Executable file

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