Completed
Push — dev5 ( f3ddc1...c580cf )
by Ron
10:16
created
migrations/2019_09_03_173156_modify_tech_tips_add_documentation.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -15,9 +15,9 @@
 block discarded – undo
15 15
     {
16 16
         //
17 17
         Schema::table('tech_tips', function(Blueprint $table) 
18
-          {
19
-              $table->boolean('documentation')->default(0)->nullable()->after('public');
20
-          });
18
+            {
19
+                $table->boolean('documentation')->default(0)->nullable()->after('public');
20
+            });
21 21
     }
22 22
 
23 23
     /**
Please login to merge, or discard this patch.