File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
1515namespace Devbr ;
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 */
2626class 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 }
You can’t perform that action at this time.
0 commit comments