Display missing page when loading a contact that does not exist (#741)

Close #276
This commit is contained in:
Danny
2018-01-06 11:24:02 -05:00
committed by Régis Freyd
parent 1c618fbdf6
commit cfbecb18b1
11 changed files with 108 additions and 1 deletions
@@ -91,6 +91,11 @@ class ContactsController extends Controller
return view('people.create');
}
public function missing()
{
return view('people.missing');
}
/**
* Store a newly created resource in storage.
*