config里 `'user_retriever' => function ($id) { return \App\User::find($id); }` php artisan config:cache 会报错,config里不能用closure。 然后API auth driver 用的是passport,没有retrieveById 函数