From bcced0ee167ea34f8b0216744e9ab19f761a7468 Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 16 Mar 2016 16:54:01 +0000 Subject: [PATCH] - Fix method missing error when changing social settings --- app/Http/Controllers/EventCustomizeController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/EventCustomizeController.php b/app/Http/Controllers/EventCustomizeController.php index 49de921f..c883fd1a 100644 --- a/app/Http/Controllers/EventCustomizeController.php +++ b/app/Http/Controllers/EventCustomizeController.php @@ -71,7 +71,7 @@ class EventCustomizeController extends MyBaseController * @param $event_id * @return \Illuminate\Http\JsonResponse */ - public function postEditEventTicketSocial(Request $request, $event_id) + public function postEditEventSocial(Request $request, $event_id) { $event = Event::scope()->findOrFail($event_id);