From 4b830708452e95b969ee4351dcbd595cb4f80b89 Mon Sep 17 00:00:00 2001 From: Jeramy Simpson Date: Thu, 26 Mar 2015 13:59:18 +1000 Subject: [PATCH] Commenting out incompatible L5 Function Will need to come back and fix this at a later date. Relates to Git Issue #274 --- app/Models/Invoice.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/Models/Invoice.php b/app/Models/Invoice.php index 44fee0a09..99cf8b9eb 100644 --- a/app/Models/Invoice.php +++ b/app/Models/Invoice.php @@ -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); }); +*/ \ No newline at end of file