pull/7104/head
Daniel Supernault 2 weeks ago
parent 896342a57f
commit c07706a415
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -38,7 +38,7 @@ return [
/*
* Matches the request origin. `[*]` allows all origins. Wildcards can be used, eg `*.mydomain.com`
*/
'allowed_origins' => env('PF_CORS_ALLOWED_ORIGINS') ? explode(',', env('PF_CORS_ALLOWED_ORIGINS', '')) : [],
'allowed_origins' => env('PF_CORS_ALLOWED_ORIGINS') ? explode(',', env('PF_CORS_ALLOWED_ORIGINS', '')) : [],
/*
* Patterns that can be used with `preg_match` to match the origin.

@ -1,9 +1,7 @@
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Schema;
return new class extends Migration
{

Loading…
Cancel
Save