where('pull_request_id', $pull_request_id)->firstOrFail(); } public function application() { return $this->belongsTo(Application::class); } }