Commit d95c3718 authored by Taylor Otwell's avatar Taylor Otwell

fix bug in controller filters.

parent d8597e20
...@@ -302,7 +302,7 @@ class Filter_Collection { ...@@ -302,7 +302,7 @@ class Filter_Collection {
*/ */
public function on($methods) public function on($methods)
{ {
$method = array_map('strtolower', (array) $methods); $this->methods = array_map('strtolower', (array) $methods);
return $this; return $this;
} }
......
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