Example #1
0
 /**
  * Find box type from id
  *
  * @param string $id
  * @return Type|null
  */
 public function findType($id)
 {
     return Type::find($id);
 }