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
ca3abb3e56
invoiceninja
/
app
/
models
/
License.php
8 lines
107 B
PHP
Raw
Normal View
History
Unescape
Escape
Working on self hosting
2014-07-15 22:36:40 +02:00
<
?
php
class
License
extends
Eloquent
{
Updating code to PSR-2 guidelines
2015-01-11 13:30:08 +01:00
public
$timestamps
=
true
;
protected
$softDelete
=
true
;
}
Copy Permalink