Change private method to protected instead.

This commit is contained in:
KJ 2024-05-28 22:26:10 -04:00
parent f1b79fdbc0
commit 100bdfe006
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class View extends Neuron {
*
* @return void
*/
private function include(
protected function include(
string $viewName,
string $viewPath = null,
string $extension = 'php'