From c14a5912e25774ce80c3d4e8f87a500eaa3335fc Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 26 Sep 2017 16:05:01 -0400 Subject: [PATCH] Include the log functionality in the subscription controller --- app/Http/Controllers/SubscriptionController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/SubscriptionController.php b/app/Http/Controllers/SubscriptionController.php index 96e244f..68d2bc4 100644 --- a/app/Http/Controllers/SubscriptionController.php +++ b/app/Http/Controllers/SubscriptionController.php @@ -1,6 +1,7 @@