Change private method to protected instead.
This commit is contained in:
parent
f1b79fdbc0
commit
100bdfe006
@ -22,7 +22,7 @@ class View extends Neuron {
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
private function include(
|
||||
protected function include(
|
||||
string $viewName,
|
||||
string $viewPath = null,
|
||||
string $extension = 'php'
|
||||
|
Loading…
Reference in New Issue
Block a user