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