Completed
Push — master ( fec5d0...4661c4 )
by Joao
02:14
created
src/Migrations/2016_01_15_000000_create_comments_tables.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     public function up()
15 15
     {
16 16
 
17
-        Schema::create('Comment', function (Blueprint $table) {
17
+        Schema::create('Comment', function(Blueprint $table) {
18 18
             $table->increments('id');
19 19
             $table->integer('parent')->unsigned()->nullable();
20 20
             $table->text('comment');
Please login to merge, or discard this patch.