Completed
Push — master ( 0899fc...5d92dc )
by Gino
15s queued 14s
created
updates/populate_default_settings.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,8 +47,8 @@
 block discarded – undo
47 47
     {
48 48
         if (Schema::hasTable('system_settings')) {
49 49
             $settings = [
50
-               Settings::FONTAWESOME_LINK_KEY => Settings::FONTAWESOME_LINK,
51
-               Settings::FONTAWESOME_LINK_ATTRIBUTES_KEY => Settings::FONTAWESOME_LINK_ATTRIBUTES
50
+                Settings::FONTAWESOME_LINK_KEY => Settings::FONTAWESOME_LINK,
51
+                Settings::FONTAWESOME_LINK_ATTRIBUTES_KEY => Settings::FONTAWESOME_LINK_ATTRIBUTES
52 52
             ];
53 53
 
54 54
             DB::table('system_settings')->insert(
Please login to merge, or discard this patch.