Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Nov 11, 2023
1 parent 556ae30 commit e68c687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build:
environment:
php: 8.2
php: 8.3
tools:
external_code_coverage: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class Comment extends Model
[User::class, Post::class],
null,
'',
[User::class => 'custom_user_id']
[User::class => 'custom_user_id'] //
);
}
}
Expand Down

0 comments on commit e68c687

Please sign in to comment.