- Fix method missing error when changing social settings

This commit is contained in:
Dave 2016-03-16 16:54:01 +00:00
parent fe612b35cb
commit bcced0ee16
1 changed files with 1 additions and 1 deletions

View File

@ -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);