Commit c4eb6c94 authored by Taylor Otwell's avatar Taylor Otwell

change controller->filters to protected.

parent 2c108a91
...@@ -131,7 +131,7 @@ abstract class Controller { ...@@ -131,7 +131,7 @@ abstract class Controller {
* @param string $name * @param string $name
* @return array * @return array
*/ */
public function filters($name) protected function filters($name)
{ {
return (array) $this->$name; return (array) $this->$name;
} }
......
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