Commit 654c4aa8 authored by Taylor Otwell's avatar Taylor Otwell

Removed comment bloat from Route\Filter.

parent 7a8e04cb
......@@ -33,9 +33,6 @@ class Filter {
$response = call_user_func_array(static::$filters[$filter], $parameters);
// If overriding is set to true and the filter returned a response, return that response.
// Overriding allows for convenient halting of the request flow for things like
// authentication, CSRF protection, etc.
if ( ! is_null($response) and $override)
{
return $response;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment