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
|
* @return void
|
||||||
*/
|
*/
|
||||||
private function include(
|
protected function include(
|
||||||
string $viewName,
|
string $viewName,
|
||||||
string $viewPath = null,
|
string $viewPath = null,
|
||||||
string $extension = 'php'
|
string $extension = 'php'
|
||||||
|
Loading…
Reference in New Issue
Block a user