morphMany('App\Models\PointFile', 'point_fileable'); } public function accidentPointHistories() { return $this->hasMany('App\Models\AccidentPointHistory', 'point_id'); } public function accident251Point() { return $this->hasOne('App\Models\Accident251Point'); } }