Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Commit 36484bd

Browse files
committed
Redirect past
1 parent cb2c40f commit 36484bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/EventController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function getIndex()
2828

2929
public function getPast()
3030
{
31-
return redirect()->to(config('showcase.api_base').'/region/'.\Route::input('event')->region_id);
31+
return redirect()->to(config('showcase.api_base').'region/'.\Route::input('event')->region_id);
3232
}
3333

3434
public function getSchedule()

0 commit comments

Comments
 (0)