Fixes for CORS (#3068)

* fix regression in company name

* HasOneThrough for company user

* Validation rules for contact email addresses

* Force a blank contact if no contacts passed in client

* Fixes for COR

* Fixes for COR

* Fixes for CORS
This commit is contained in:
David Bomba 2019-11-13 22:39:53 +11:00 committed by GitHub
parent 39dbfb12a9
commit b3262b00b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,8 @@
namespace App\Http\Middleware;
use Closure;
use Illuminate\Http\Response;
use Illuminate\Support\Facades\Response;
class Cors
{