From 65a67567f72b73ea0352059e9e90aba10f28e7f6 Mon Sep 17 00:00:00 2001 From: David CHC Date: Sat, 12 May 2018 16:53:36 -0300 Subject: [PATCH] Ajuste no nome da pasta da view --- App/Mvc/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/Mvc/View.php b/App/Mvc/View.php index 01b34e7..df3ab9c 100644 --- a/App/Mvc/View.php +++ b/App/Mvc/View.php @@ -8,7 +8,7 @@ class View public function __construct() { - $this->folder = DIR.DS.'App'.DS.'view'.DS; + $this->folder = DIR.DS.'App'.DS.'View'.DS; } public function set($key, $value)