📅  最后修改于: 2022-03-11 14:56:02.057000             🧑  作者: Mango
代码示例1
since Laravel 7.x there is a new approach to access intact attribute:
// that skips mutators
$model->getRawOriginal('name');