invoiceninja/app/Models/InvoiceStatus.php

8 lines
115 B
PHP
Raw Normal View History

2015-03-17 07:45:25 +10:00
<?php
class InvoiceStatus extends Eloquent
{
public $timestamps = false;
protected $softDelete = false;
}