예제 #1
0
파일: Post.php 프로젝트: arcanesoft/blog
 /**
  * Get the status name attribute.
  *
  * @return null|string
  */
 public function getStatusNameAttribute()
 {
     return PostStatus::get($this->status);
 }