@@ -33,7 +33,7 @@ |
||
| 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); |