Skip to content

Commit 8a3249e

Browse files
committed
Fix styleci
Fix styleci
1 parent e385f44 commit 8a3249e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/QueryBuilderTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,6 @@ public function testOperators()
641641
$this->assertCount(1, $results);
642642

643643
}
644-
645644
public function testIncrement()
646645
{
647646
DB::collection('users')->insert([

tests/models/Address.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ class Address extends Eloquent
77
{
88
protected $connection = 'mongodb';
99
protected static $unguarded = true;
10-
1110
}

0 commit comments

Comments
 (0)