Commit 2c180835 authored by Taylor Otwell's avatar Taylor Otwell

make view->find method protected instead of private.

parent 8356151f
......@@ -82,7 +82,7 @@ class View {
*
* @return string
*/
private function find()
protected function find()
{
if (file_exists($path = APP_PATH.'views/'.$this->view.EXT))
{
......
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