| Total Complexity | 1 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | trait OrderRepositoryTrait |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @param string $alias |
||
| 16 | * @param string $indexBy The index for the from. |
||
| 17 | * |
||
| 18 | * @return QueryBuilder |
||
| 19 | */ |
||
| 20 | abstract public function createQueryBuilder($alias, $indexBy = null); |
||
| 21 | |||
| 22 | public function createLagersystemListQueryBuilder(): QueryBuilder |
||
| 45 |