From de2b67ad1c33e1a9c5f1f696de61074e978721be Mon Sep 17 00:00:00 2001 From: KJ Date: Tue, 28 May 2024 22:26:10 -0400 Subject: [PATCH] Change private class 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'