Commenting out incompatible L5 Function

Will need to come back and fix this at a later date.
Relates to Git Issue #274
This commit is contained in:
Jeramy Simpson 2015-03-26 13:59:18 +10:00
parent 0a818526e0
commit 4b83070845

View File

@ -231,6 +231,8 @@ Invoice::deleting(function ($invoice) {
Activity::archiveInvoice($invoice);
});
Invoice::restoring(function ($invoice) {
// TODO: Fix for L5
/*Invoice::restoring(function ($invoice) {
Activity::restoreInvoice($invoice);
});
*/