1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
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;
}