make view->find method protected instead of private.
This commit is contained in:
parent
8356151f71
commit
2c18083572
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue