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-10 05:02:36 +01:00
Code
Issues
Releases
Activity
52d9a2dcf2
invoiceninja
/
app
/
models
/
Theme.php
7 lines
100 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
{
public
$timestamps
=
false
;
protected
$softDelete
=
false
;
}
Copy Permalink