We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226854f commit bf5ff5dCopy full SHA for bf5ff5d
Config/Database/Main.php Config/Devbr/Database.phpConfig/Database/Main.php renamed to Config/Devbr/Database.php
@@ -1,6 +1,6 @@
1
<?php
2
/**
3
- * Config\Database
+ * Config\Devbr\Database
4
* PHP version 7
5
*
6
* @category Database
@@ -12,18 +12,18 @@
12
* @link http://dbrasil.tk/devbr
13
*/
14
15
-namespace Config\Database;
+namespace Config\Devbr;
16
17
18
- * Config\Database Class
+ * Config\Devbr\Database Class
19
20
21
* @package Config
22
* @author Bill Rocha <[email protected]>
23
* @license <https://opensource.org/licenses/MIT> MIT
24
25
26
-class Main
+class Database
27
{
28
static $config = [
29
'mysql'=>[
0 commit comments