Skip to content

Commit

Permalink
Ajuste no nome da pasta da view
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchc committed May 12, 2018
1 parent 6232282 commit 65a6756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/Mvc/View.php
Expand Up @@ -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)
Expand Down

0 comments on commit 65a6756

Please sign in to comment.