Merge remote-tracking branch 'origin/php8' into php8

This commit is contained in:
xiaomlove
2025-09-17 04:05:45 +07:00
19 changed files with 365 additions and 108 deletions

View File

@@ -14,7 +14,7 @@ class Topic extends NexusModel
public function forum()
{
return $this->belongsTo(Forum::class. 'forumid');
return $this->belongsTo(Forum::class, 'forumid');
}
public function firstPost()