Activity Log

This commit is contained in:
xiaomlove
2025-10-12 03:48:04 +07:00
parent fc4c174442
commit cd0ef0d106
51 changed files with 571 additions and 9 deletions
+4
View File
@@ -3,8 +3,12 @@
namespace App\Models;
use App\Models\Traits\NexusActivityLogTrait;
class Topic extends NexusModel
{
use NexusActivityLogTrait;
protected $fillable = ['userid', 'subject', 'locked', 'forumid', 'firstpost', 'lastpost', 'sticky', 'hlcolor', 'views'];
public function user()