使用find方法时,所有时间都为null值

时间:2017-08-12 17:06:48

标签: laravel

使用find where

时,我得到空值
$user = Auth::user();
$userId = intval($user->id);

$userType = Usertype::find($userId);
即使我在模型中更新了$userType

protected $primaryKey = 'id';也为空 你能否建议我为什么得到null

如果我使用$userType = Usertype::find('55');,则可以正常使用

0 个答案:

没有答案