🌈 搜索
📅  最后修改于: 2022-03-11 14:54:53.490000             🧑  作者: Mango
//Instead of this... $request->intersect(['name','description']); //Try this... $request->only('name','description');