Passed
Push — master ( 35c7de...7c1f51 )
by joery
05:20 queued 01:43
created
src/database/migrations/2018_12_06_202532_create_dscans_table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      */
14 14
     public function up()
15 15
     {
16
-        Schema::create('dscans', function (Blueprint $table) {
16
+        Schema::create('dscans', function(Blueprint $table) {
17 17
             $table->string('sid', 45);
18 18
             $table->longText('ship_names');
19 19
             $table->string('ship_types');
Please login to merge, or discard this patch.