Skip to content

Commit 55b2470

Browse files
norareidygithub-actions[bot]
authored andcommitted
apply phpcbf formatting
1 parent afc751c commit 55b2470

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/includes/database-collection/time-series-migration.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Illuminate\Database\Migrations\Migration;
66
use Illuminate\Support\Facades\Schema;
7-
use MongoDB\Laravel\Schema\Blueprint;
87

98
return new class extends Migration
109
{
@@ -20,7 +19,7 @@ public function up(): void
2019
'timeField' => 'timestamp',
2120
'metaField' => 'location',
2221
'granularity' => 'minutes',
23-
]
22+
],
2423
];
2524

2625
Schema::create('precipitation', null, $options);
@@ -33,4 +32,4 @@ public function down(): void
3332
{
3433
Schema::drop('precipitation');
3534
}
36-
};
35+
};

0 commit comments

Comments
 (0)