Completed
Push — master ( 09bacc...1bea48 )
by ReliQ
13:49 queued 01:30
created
migrations/2019_05_19_000000_create_logistiq_tracking_updates_table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      */
34 34
     public function up()
35 35
     {
36
-        Schema::create($this->table, function (Blueprint $table) {
36
+        Schema::create($this->table, function(Blueprint $table) {
37 37
             $table->bigIncrements('id');
38 38
             $table->string(TrackingUpdate::COLUMN_TRACKABLE_IDENTIFIER);
39 39
             $table->string(TrackingUpdate::COLUMN_TRACKABLE_TYPE);
Please login to merge, or discard this patch.