#Intertia - 419Page Expired

3 messages · Page 1 of 1 (latest)

warm saffron
#

Maybe you've missed some steps in properly using UUIDs/ULIDs, like your user model would need to be properly set up to use a string key

empty grove
#

Hmm, I've already added the HasUlids trait to my user model


class User extends Authenticatable
{
    use HasApiTokens, HasFactory, HasProfilePhoto, HasTeams, Notifiable, Impersonate, TwoFactorAuthenticatable, HasWallet, HasSubscriptions, HasUlids;