Beispiel #1
0
 public function type()
 {
     return FieldType::where('id', '=', $this->type)->get()->first();
 }