invoiceninja/app/models/InvoiceStatus.php

8 lines
110 B
PHP
Executable File

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