belongsTo('App\Models\User'); } public function rmsEvent() { return $this->belongsTo('App\Models\RmsEvent'); } }