where('object_type', 'staff'); }); static::creating(function ($model) { $model->object_type = 'staff'; }); } public function user() { return $this->belongsTo(User::class, 'object_id'); } }