invoiceninja/app/models/Theme.php
2013-12-05 17:23:24 +02:00

7 lines
103 B
PHP
Executable File

<?php
class Theme extends EntityModel
{
public $timestamps = false;
protected $softDelete = false;
}