This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
invoiceninja
Watch
1
Star
0
Fork
0
You've already forked invoiceninja
mirror of
https://github.com/invoiceninja/invoiceninja.git
synced
2024-11-14 23:22:52 +01:00
Code
Issues
Releases
Activity
fa371d2a77
invoiceninja
/
app
/
models
/
Theme.php
8 lines
107 B
PHP
Raw
Normal View
History
Unescape
Escape
Added support for themes
2013-12-05 16:23:24 +01:00
<
?
php
Working on recurring invoices
2013-12-10 18:18:35 +01:00
class
Theme
extends
Eloquent
Added support for themes
2013-12-05 16:23:24 +01:00
{
Updating code to PSR-2 guidelines
2015-01-11 13:30:08 +01:00
public
$timestamps
=
false
;
protected
$softDelete
=
false
;
}
Copy Permalink