make view->find method protected instead of private.

This commit is contained in:
Taylor Otwell 2011-07-25 23:20:19 -05:00
parent 8356151f71
commit 2c18083572
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public function get()
*
* @return string
*/
private function find()
protected function find()
{
if (file_exists($path = APP_PATH.'views/'.$this->view.EXT))
{