belongsTo(User::class,"released_by"); } public function scheduledBy(){ return $this->belongsTo(User::class,"scheduled_by"); } }