@@ -9,9 +9,9 @@ |
||
| 9 | 9 | { |
| 10 | 10 | public function handle($request, Closure $next) |
| 11 | 11 | { |
| 12 | - $contest = Contest::find($request->cid); |
|
| 12 | + $contest=Contest::find($request->cid); |
|
| 13 | 13 | |
| 14 | - if(blank($contest)) { |
|
| 14 | + if (blank($contest)) { |
|
| 15 | 15 | return redirect()->route('contest.index'); |
| 16 | 16 | } |
| 17 | 17 | |