where( 'from_date is null or from_date <= ?', $now )->where( 'to_date is null or to_date >= ?', $now ); } }