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'