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 e385f44 commit 8a3249eCopy full SHA for 8a3249e
tests/QueryBuilderTest.php
@@ -641,7 +641,6 @@ public function testOperators()
641
$this->assertCount(1, $results);
642
643
}
644
-
645
public function testIncrement()
646
{
647
DB::collection('users')->insert([
tests/models/Address.php
@@ -7,5 +7,4 @@ class Address extends Eloquent
7
8
protected $connection = 'mongodb';
9
protected static $unguarded = true;
10
11
0 commit comments