Completed
Pull Request — master (#17)
by Anton
02:04
created
database/migrations/2018_09_24_001000_create_sense_requests_table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.