コード例 #1
0
ファイル: functii.php プロジェクト: prodixx/cataloghotelier
function getPachetServicii($entryID, $mandatory)
{
    return PacheteServicii::where('EntryID', $entryID)->where('Mandatory', $mandatory)->distinct('ServID')->get(['ServID', 'Name']);
}