morphTo() 的方法签名是:
public function morphTo($name = null, $type = null, $id = null, $ownerKey = null)
{
....
$name, $type, $id, $ownerKey 在 laravel 文档示例中是什么意思?
帖子 id - 整数名称 - 字符串
用户 id - 整数名称 - 字符串
图像 id - 整数 url - 字符串 imageable_id - 整数 imageable_type - 字符串