Skip to content

Commit b56e0f4

Browse files
stevebaumangithub-actions[bot]
authored andcommitted
Fix styling
1 parent c4548ab commit b56e0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ActivityLoggerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
it('can replace the placeholders with object properties and accessors', function () {
231231
$article = Article::create([
232232
'name' => 'article name',
233-
'user_id' => User::first()->id
233+
'user_id' => User::first()->id,
234234
]);
235235

236236
$article->foo = new stdClass();

0 commit comments

Comments
 (0)