invoiceninja/app/models/Theme.php
2013-12-10 19:18:35 +02:00

7 lines
100 B
PHP
Executable File

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