Add import from vCard from inside the application (#407)

This commit is contained in:
Régis Freyd
2017-06-29 21:57:41 -04:00
committed by GitHub
parent 7f76f38184
commit fa190ec382
65 changed files with 1819 additions and 133 deletions
@@ -10,6 +10,7 @@ use App\Reminder;
use Carbon\Carbon;
use App\Jobs\ResizeAvatars;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Storage;
class PeopleController extends Controller
{