invoiceninja/app/models/InvoiceStatus.php

7 lines
77 B
PHP
Raw Normal View History

2013-12-01 09:33:17 +02:00
<?php
class InvoiceStatus extends Eloquent
{
public $timestamps = false;
}