gpt4 book ai didi

php - Laravel - 无法将经过身份验证的用户的 ID 放入数组中

转载 作者:行者123 更新时间:2023-12-01 22:20:00 27 4
gpt4 key购买 nike

我想将经过身份验证的用户的 ID 放入关联数组中。

代码

const USER_RULES = [
'email' => "required|unique:users,email," . Auth::user()->id . "|email",
];

以上代码会产生以下错误:

Constant expression contains invalid operations

最佳答案

您不能在 PHP 常量中使用像 Auth::user()->id 这样的表达式。只能提供标量表达式(数字和字符串文字)。查看文档了解详情: http://php.net/manual/en/language.oop5.constants.php

关于php - Laravel - 无法将经过身份验证的用户的 ID 放入数组中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40828846/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com