Skip to content

Commit bfb7511

Browse files
committed
fixes
1 parent 4e7eff5 commit bfb7511

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/database-collection/time-series.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ time series collection created in the :ref:`Create a Time Series Collection exam
132132
- ``location``, which stores location metadata
133133
- ``timestamp``, which stores the time of the measurement collection
134134

135-
.. literalinclude:: /includes/fundamentals/write-operations/WriteOperationsTest.php
135+
.. literalinclude:: /includes/query-builder/QueryBuilderTest.php
136136
:language: php
137137
:dedent:
138138
:start-after: begin time series

docs/includes/query-builder/QueryBuilderTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
namespace App\Http\Controllers;
66

77
use Carbon\Carbon;
8+
use MongoDB\BSON\UTCDateTime;
89
use Illuminate\Database\Query\Builder;
910
use Illuminate\Pagination\AbstractPaginator;
1011
use Illuminate\Support\Facades\DB;

0 commit comments

Comments
 (0)