Skip to content

Commit 2efe536

Browse files
authored
Update Html.php
1 parent 3a90de7 commit 2efe536

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Html.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @copyright 2016 Bill Rocha <http://google.com/+BillRocha>
1010
* @license <https://opensource.org/licenses/MIT> MIT
1111
* @version GIT: 0.0.2
12-
* @link http://paulorocha.tk/devbr
12+
* @link http://dbrasil.tk/devbr
1313
*/
1414

1515
namespace Devbr;
@@ -21,7 +21,7 @@
2121
* @package Library
2222
* @author Bill Rocha <[email protected]>
2323
* @license <https://opensource.org/licenses/MIT> MIT
24-
* @link http://paulorocha.tk/devbr
24+
* @link http://dbrasil.tk/devbr
2525
*/
2626
class Html
2727
{
@@ -72,8 +72,8 @@ function __construct(
7272
foreach ($config as $k => $v) {
7373
$this->{$k} = $v;
7474
}
75-
} elseif (method_exists('Config\Devbr\Html\Html', 'getParams')) {
76-
foreach ((new \Config\Devbr\Html\Html)->getParams() as $k => $v) {
75+
} elseif (method_exists('Config\Html', 'getParams')) {
76+
foreach ((new \Config\Html)->getParams() as $k => $v) {
7777
$this->{$k} = $v;
7878
}
7979
}

0 commit comments

Comments
 (0)