Преглед изворни кода

Refactoring services

develop
Guillaume пре 3 година
родитељ
комит
0b0f5695f2
1 измењених фајлова са 5 додато и 0 уклоњено
  1. +5
    -0
      Repository/AbstractRepositoryQuery.php

+ 5
- 0
Repository/AbstractRepositoryQuery.php Прегледај датотеку

@@ -128,6 +128,11 @@ abstract class AbstractRepositoryQuery implements RepositoryQueryInterface
->setParameter('id', $id);
}

public function andWhereEqual($field, $value)
{
return $this->andWhere('.'.$field.' = :'.$field)->setParameter($field, $value);
}

/*
* DEVALIAS
*/

Loading…
Откажи
Сачувај