🌈 搜索
📅  最后修改于: 2022-03-11 14:59:20.877000             🧑  作者: Mango
use App\Models\Comment; $comment = Comment::find(1); return $comment->post->title;