Completed
Push — master ( 97a0d0...28fac9 )
by Charles
02:41
created
config/db/postgresql.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
     'schemaCacheDuration'   => YII_DEBUG ? 0 : 86400,
13 13
     'schemaCache'           => 'cache',
14 14
     'schemaMap' => [
15
-      'pgsql'=> [
15
+        'pgsql'=> [
16 16
         'class'=>'yii\db\pgsql\Schema',
17 17
         'defaultSchema' => $config['yii2']['database']['schema']
18
-      ]
18
+        ]
19 19
     ]
20 20
 ];
21 21
\ No newline at end of file
Please login to merge, or discard this patch.