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 21:22:58 +01:00
Code
Issues
Releases
Activity
a3c5b83d2d
invoiceninja
/
app
/
Events
/
Event.php
6 lines
54 B
PHP
Raw
Normal View
History
Unescape
Escape
Bring in Laravel5 framework.
2015-03-12 01:44:39 +01:00
<
?
php
namespace
App\Events
;
Code Refactoring - Removed unused uses - Type hinting for method parameters - Removed commented code - Introduced comments for classes and methods - Short array syntax
2016-07-03 18:11:58 +02:00
abstract
class
Event
{
Bring in Laravel5 framework.
2015-03-12 01:44:39 +01:00
}
Copy Permalink