Display missing page when loading a contact that does not exist (#741)
Close #276
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user