Skip to content

Commit d7d1962

Browse files
fix coding standards
1 parent 478c25e commit d7d1962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/EmbeddedRelationsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ public function testUnsetPropertyOnEmbed()
972972
$this->assertNull($user->addresses->get(0)->city);
973973
$this->assertSame('Kyoto', $user->addresses->get(1)->city);
974974
}
975-
975+
976976
public function testEmbedManyToArrayCast()
977977
{
978978
$user = User::create(['name' => 'John Doe']);

0 commit comments

Comments
 (0)