Commit c4eb6c94 by Taylor Otwell

change controller->filters to protected.

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