예제 #1
0
파일: Section.php 프로젝트: graftphp/clout
 public function slugField()
 {
     return Field::where('section', '=', $this->id)->get()->first();
 }