Passed
Push — main ( ed8588...920ab9 )
by Richard
04:48
created
migrations/2016_07_12_045730_create_house_ads_table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      */
13 13
     public function up()
14 14
     {
15
-        Schema::create('house_ads', function (Blueprint $table) {
15
+        Schema::create('house_ads', function(Blueprint $table) {
16 16
             $table->increments('id');
17 17
 
18 18
             $table->integer('game_id')->unsigned();
Please login to merge, or discard this patch.