@@ -24,7 +24,7 @@ |
||
24 | 24 | */ |
25 | 25 | public function up(): void |
26 | 26 | { |
27 | - Schema::create('sense_requests', function (Blueprint $table) { |
|
27 | + Schema::create('sense_requests', function(Blueprint $table) { |
|
28 | 28 | $table->bigIncrements('id'); |
29 | 29 | $table->uuid('correlation_id'); |
30 | 30 | $table->unsignedBigInteger('url_id'); |