Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelOrtuno committed Jun 6, 2018
1 parent 8d8fc13 commit de003ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Database/DatabaseEloquentRelationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function testSetRelationFail()
$this->assertArrayNotHasKey('foo', $parent->toArray());
}

public function testUnsetExistingRelation()
public function testUnsetExistingRelation()
{
$parent = new EloquentRelationResetModelStub;
$relation = new EloquentRelationResetModelStub;
Expand Down

0 comments on commit de003ac

Please sign in to comment.