Skip to content

Commit 3a90de7

Browse files
authored
Update Html.php
1 parent 74a0492 commit 3a90de7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Config/Html.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @link http://paulorocha.tk/devbr
1313
*/
1414

15-
namespace Config\Devbr;
15+
namespace Config;
1616

1717
/**
1818
* Config\Html Class
@@ -47,8 +47,8 @@ class Html
4747
*/
4848
function __construct()
4949
{
50-
$this->pathWww = \Config\App::Web();
51-
$this->pathHtml = \Config\App::Html();
50+
$this->pathWww = App::Web();
51+
$this->pathHtml = App::Html();
5252

5353
$this->pathHtmlCache = $this->pathHtml.'cache/';
5454
$this->pathStyle = $this->pathWww.'css/';

0 commit comments

Comments
 (0)