Skip to content

Commit bf5ff5d

Browse files
authored
Update and rename Config/Database/Main.php to Config/Devbr/Database.php
1 parent 226854f commit bf5ff5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Config\Database
3+
* Config\Devbr\Database
44
* PHP version 7
55
*
66
* @category Database
@@ -12,18 +12,18 @@
1212
* @link http://dbrasil.tk/devbr
1313
*/
1414

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

1717
/**
18-
* Config\Database Class
18+
* Config\Devbr\Database Class
1919
*
2020
* @category Database
2121
* @package Config
2222
* @author Bill Rocha <[email protected]>
2323
* @license <https://opensource.org/licenses/MIT> MIT
2424
* @link http://dbrasil.tk/devbr
2525
*/
26-
class Main
26+
class Database
2727
{
2828
static $config = [
2929
'mysql'=>[

0 commit comments

Comments
 (0)