belongsTo(User::class ,'first'); } public function end() { return $this->belongsTo(User::class ,'end'); } }