Fix missing views due to a folder restructure (#1288)

This commit is contained in:
Régis Freyd
2018-05-07 20:45:53 -04:00
committed by GitHub
parent 5e7690a852
commit 4b1a8200e5
2 changed files with 3 additions and 3 deletions
@@ -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);
}