fix: fix document upload limit (#2017)

This commit is contained in:
Régis Freyd
2018-11-11 11:28:47 -05:00
committed by GitHub
parent 574e89a31d
commit 708b5df4b8
5 changed files with 6 additions and 7 deletions
@@ -210,7 +210,6 @@ class ContactsController extends Controller
*/
public function show(Contact $contact)
{
// make sure we don't display a significant other if it's not set as a
// real contact
if ($contact->is_partial) {