Completed
Push — master ( e92d7d...6b9e70 )
by dima
02:48
created
bootstrap/config.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -4,22 +4,22 @@
 block discarded – undo
4 4
 $serviceContainer->setAdapterClass('default', 'mysql');
5 5
 $manager = new \Propel\Runtime\Connection\ConnectionManagerSingle();
6 6
 $manager->setConfiguration(array (
7
-  'classname' => 'Propel\\Runtime\\Connection\\ProfilerConnectionWrapper',
8
-  'dsn' => 'mysql:host=localhost:3336;dbname=homestead',
9
-  'user' => 'root',
10
-  'password' => '319114',
11
-  'attributes' =>
12
-  array (
7
+    'classname' => 'Propel\\Runtime\\Connection\\ProfilerConnectionWrapper',
8
+    'dsn' => 'mysql:host=localhost:3336;dbname=homestead',
9
+    'user' => 'root',
10
+    'password' => '319114',
11
+    'attributes' =>
12
+    array (
13 13
     'ATTR_EMULATE_PREPARES' => false,
14
-  ),
15
-  'settings' =>
16
-  array (
14
+    ),
15
+    'settings' =>
16
+    array (
17 17
     'charset' => 'utf8',
18 18
     'queries' =>
19 19
     array (
20
-      'utf8' => 'SET NAMES utf8 COLLATE utf8_unicode_ci, COLLATION_CONNECTION = utf8_unicode_ci, COLLATION_DATABASE = utf8_unicode_ci, COLLATION_SERVER = utf8_unicode_ci',
20
+        'utf8' => 'SET NAMES utf8 COLLATE utf8_unicode_ci, COLLATION_CONNECTION = utf8_unicode_ci, COLLATION_DATABASE = utf8_unicode_ci, COLLATION_SERVER = utf8_unicode_ci',
21
+    ),
21 22
     ),
22
-  ),
23 23
 ));
24 24
 $manager->setName('default');
25 25
 $serviceContainer->setConnectionManager('default', $manager);
Please login to merge, or discard this patch.