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