Skip to content

Commit 2b3bbed

Browse files
committed
add missing country_id
1 parent e7ef6c7 commit 2b3bbed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/TranslatableTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,7 @@ public function test_can_fill_conflicting_attribute_locale()
832832
};
833833

834834
$city->fill([
835+
'country_id' => Country::first()->getKey(),
835836
'id' => [
836837
'name' => 'id:my city',
837838
],

0 commit comments

Comments
 (0)