invoiceninja/app/models/PaymentType.php
2015-01-11 14:30:08 +02:00

8 lines
113 B
PHP
Executable File

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