belongsTo('App\Models\User'); } public function eventHistories() { return $this->hasMany('App\Models\RmsEventHistory'); } }