Removed comment bloat from Route\Filter.
This commit is contained in:
parent
7a8e04cbdd
commit
654c4aa85f
|
|
@ -33,9 +33,6 @@ public static function call($filters, $parameters = array(), $override = false)
|
|||
|
||||
$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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue