From 100bdfe0065315e32411d183fc71048dc238ddce Mon Sep 17 00:00:00 2001 From: KJ Date: Tue, 28 May 2024 22:26:10 -0400 Subject: [PATCH] Change private method to protected instead. --- src/Libs/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Libs/View.php b/src/Libs/View.php index 8a1774d..8b0e7c4 100644 --- a/src/Libs/View.php +++ b/src/Libs/View.php @@ -22,7 +22,7 @@ class View extends Neuron { * * @return void */ - private function include( + protected function include( string $viewName, string $viewPath = null, string $extension = 'php'