Fix contact deletion not working (#1159)

This commit is contained in:
Régis Freyd
2018-04-12 22:35:18 -04:00
committed by GitHub
parent 73b699128d
commit 05bd0a52b2
@@ -6,6 +6,7 @@ use Auth;
use App\Tag;
use Validator;
use App\Contact;
use App\Relationship;
use App\ContactFieldType;
use App\Jobs\ResizeAvatars;
use App\Helpers\VCardHelper;