'array', ]; public function reporter() { return $this->belongsTo(User::class, 'reporter_id'); } public function profile() { return $this->belongsTo(User::class, 'profile_id'); } }