示例#1
0
文件: Post.php 项目: arcanesoft/blog
 /**
  * Get the status name attribute.
  *
  * @return null|string
  */
 public function getStatusNameAttribute()
 {
     return PostStatus::get($this->status);
 }