コード例 #1
0
ファイル: RefMapper.php プロジェクト: blozixdextr/adtw
 public static function allTypes()
 {
     return Ref::select('type')->distinct()->get();
 }