Laravel - add a class attribute to array

前端 未结 0 925
甜味超标
甜味超标 2021-02-12 04:12

In my Eloquent Model I have added a class attribute:

/**
 * @return bool
 */
public function getIsViewable()
{
    return $this->isViewable;
}

相关标签:
回答
  • 消灭零回复
提交回复
热议问题