Skip to content

Commit 80bbca4

Browse files
fix code style(StyleCI)
1 parent 34ace19 commit 80bbca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Database/DatabaseEloquentIntegrationTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2686,7 +2686,7 @@ public function testCanFillAndInsertIntoHasManyRelationship()
26862686
'name' => 'ship or die',
26872687
'published_at' => '2025-01-31T22:18:21.000Z',
26882688
'status' => 3,
2689-
'status_string' => StringBackedStatus::Published
2689+
'status_string' => StringBackedStatus::Published,
26902690
],
26912691
[
26922692
'id' => 3,

0 commit comments

Comments
 (0)