Completed
Push — master ( 015892...d5294b )
by Vincenzo
02:55
created
api/config/config.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -7,14 +7,14 @@
 block discarded – undo
7 7
  */
8 8
 $capsule = new Capsule;
9 9
 $capsule->addConnection(array(
10
-    'driver' => 'mysql',
11
-    'host' => 'localhost',
12
-    'database' => 'dsmanager',
13
-    'username' => 'root',
14
-    'password' => '',
15
-    'charset' => 'utf8',
16
-    'collation' => 'utf8_general_ci',
17
-    'prefix' => ''
10
+	'driver' => 'mysql',
11
+	'host' => 'localhost',
12
+	'database' => 'dsmanager',
13
+	'username' => 'root',
14
+	'password' => '',
15
+	'charset' => 'utf8',
16
+	'collation' => 'utf8_general_ci',
17
+	'prefix' => ''
18 18
 ));
19 19
 $capsule->setAsGlobal();
20 20
 $capsule->bootEloquent();
Please login to merge, or discard this patch.