mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-11-02 05:07:33 -05:00
7 lines
100 B
PHP
Executable File
7 lines
100 B
PHP
Executable File
<?php
|
|
|
|
class Theme extends Eloquent
|
|
{
|
|
public $timestamps = false;
|
|
protected $softDelete = false;
|
|
} |