File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ time series collection created in the :ref:`Create a Time Series Collection exam
132
132
- ``location``, which stores location metadata
133
133
- ``timestamp``, which stores the time of the measurement collection
134
134
135
- .. literalinclude:: /includes/fundamentals/write-operations/WriteOperationsTest .php
135
+ .. literalinclude:: /includes/query-builder/QueryBuilderTest .php
136
136
:language: php
137
137
:dedent:
138
138
:start-after: begin time series
Original file line number Diff line number Diff line change 5
5
namespace App \Http \Controllers ;
6
6
7
7
use Carbon \Carbon ;
8
+ use MongoDB \BSON \UTCDateTime ;
8
9
use Illuminate \Database \Query \Builder ;
9
10
use Illuminate \Pagination \AbstractPaginator ;
10
11
use Illuminate \Support \Facades \DB ;
You can’t perform that action at this time.
0 commit comments