We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de60ea commit 90cc562Copy full SHA for 90cc562
docs/includes/fundamentals/aggregation/AggregationsBuilderTest.php
@@ -8,6 +8,7 @@
8
use App\Models\Order;
9
use App\Models\Sale;
10
use DateTimeImmutable;
11
+use MongoDB\BSON\Decimal128;
12
use MongoDB\BSON\UTCDateTime;
13
use MongoDB\Builder\Accumulator;
14
use MongoDB\Builder\Expression;
@@ -307,7 +308,7 @@ public function testAggregationBuilderLookup(): void
307
308
]);
309
310
// start-builder-lookup
- $pipeline = Sale::aggregate()
311
+ $pipeline = Order::aggregate()
312
->lookup(
313
from: 'inventory',
314
localField: 'item',
0 commit comments