📅  最后修改于: 2022-03-11 14:58:13.508000             🧑  作者: Mango
//That simply means that you want to retrieve value that does not exist.
//You can make simple condition like that:
if(is_null($this->sort)){
return "-";
}