Fix missing views due to a folder restructure (#1288)
This commit is contained in:
@@ -19,7 +19,7 @@ class IntroductionsController extends Controller
|
||||
*/
|
||||
public function edit(Contact $contact)
|
||||
{
|
||||
return view('people.dashboard.introductions.edit')
|
||||
return view('people.introductions.edit')
|
||||
->withContact($contact);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user