Skip to content

Commit 660e5f9

Browse files
committed
Merge branch 'DOCSP-38130-time-series' of github.com:norareidy/laravel-mongodb into DOCSP-38130-time-series
2 parents bfb7511 + 38d929c commit 660e5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/includes/query-builder/QueryBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ public function testTimeSeries(): void
682682
'timestamp' => new UTCDateTime(Carbon::create(2023, 9, 17, 0, 0, 0, 'CET')),
683683
],
684684
];
685-
685+
686686
$result = DB::table('precipitation')
687687
->insert($data);
688688
// end time series

0 commit comments

Comments
 (0)