Skip to content

Commit

Permalink
Update error in middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhall17 committed Nov 1, 2019
1 parent 22adbdc commit 4459bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Http/Middleware/CookieConsent.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function handle($request, Closure $next)
}
}
app('view')->share('consent_required', $consent_required);
$response = $next($request);

return $next($request);
}
}

0 comments on commit 4459bef

Please sign in to comment.