Update changelog

This commit is contained in:
DaneEveritt 2022-05-30 11:40:21 -04:00
parent 4213775b5c
commit 5143faa4b1
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,5 @@
<?php
use Laravel\Sanctum\Sanctum;
return [
@ -18,7 +17,7 @@ return [
'stateful' => explode(',', env('SANCTUM_STATEFUL_DOMAINS', sprintf(
'%s%s',
'localhost,localhost:3000,127.0.0.1,127.0.0.1:8000,::1',
Sanctum::currentApplicationUrlWithPort()
Laravel\Sanctum\Sanctum::currentApplicationUrlWithPort()
))),
/*