コード例 #1
0
ファイル: Section.php プロジェクト: graftphp/clout
 public function slugField()
 {
     return Field::where('section', '=', $this->id)->get()->first();
 }