Skip to content

Commit 90cc562

Browse files
committed
CI errors
1 parent 2de60ea commit 90cc562

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/includes/fundamentals/aggregation/AggregationsBuilderTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
use App\Models\Order;
99
use App\Models\Sale;
1010
use DateTimeImmutable;
11+
use MongoDB\BSON\Decimal128;
1112
use MongoDB\BSON\UTCDateTime;
1213
use MongoDB\Builder\Accumulator;
1314
use MongoDB\Builder\Expression;
@@ -307,7 +308,7 @@ public function testAggregationBuilderLookup(): void
307308
]);
308309

309310
// start-builder-lookup
310-
$pipeline = Sale::aggregate()
311+
$pipeline = Order::aggregate()
311312
->lookup(
312313
from: 'inventory',
313314
localField: 'item',

0 commit comments

Comments
 (0)