invoiceninja/app/models/InvoiceStatus.php

8 lines
115 B
PHP
Raw Permalink Normal View History

2013-12-01 09:33:17 +02:00
<?php
class InvoiceStatus extends Eloquent
{
2015-01-11 14:30:08 +02:00
public $timestamps = false;
protected $softDelete = false;
2013-12-01 09:33:17 +02:00
}