Entity/DocumentTagRepository.php
changeset 59 ea562f37d7a5
parent 57 186c4121c7b3
child 65 ba6b8e38d90e
equal deleted inserted replaced
55:80a400379dd3 59:ea562f37d7a5
    93             return $qb->getQuery()->getSingleResult();
    93             return $qb->getQuery()->getSingleResult();
    94         } catch (NoResultException $e) {
    94         } catch (NoResultException $e) {
    95             return null;
    95             return null;
    96         }
    96         }
    97     }
    97     }
    98     
    98 
    99 }
    99 }