invoiceninja/app/models/Theme.php

7 lines
103 B
PHP
Raw Normal View History

2013-12-05 17:23:24 +02:00
<?php
class Theme extends EntityModel
{
public $timestamps = false;
protected $softDelete = false;
}