Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Bump express from 4.17.1 to 4.18.2 #168

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply fixes from StyleCI (#169)
fourstacks authored Dec 11, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 13c013232c3ce92b8f09479a77a3afa7403db37c
Original file line number Diff line number Diff line change
@@ -28,7 +28,6 @@ public function index()
$mentorshipSummary = [];
$menteeMentorProfiles = MenteeProfile::whereHas('mentorProfiles')->get();
foreach ($menteeMentorProfiles as $mentee) {
$summary;
$menteeUser = $mentee->user;
$summary['menteeFirstName'] = $menteeUser->first_name;
$summary['menteeLastName'] = $menteeUser->last_name;
2 changes: 1 addition & 1 deletion app/Http/Controllers/Profiles/MentorProfileController.php
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ public function create()
/**
* Store a newly created resource in storage.
*
* @param \App\Http\Requests\MentorProfileRequest $request
* @param \App\Http\Requests\MentorProfileRequest $request
* @return \Illuminate\Http\Response
*/
public function store(MentorProfileRequest $request)