This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
SovBundle
Watch
3
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
Refactoring services
develop
Guillaume
3 years ago
parent
9c4aa9731e
commit
0b0f5695f2
1 changed files
with
5 additions
and
0 deletions
Unified View
Show Diff Stats
+5
-0
Repository/AbstractRepositoryQuery.php
+ 5
- 0
Repository/AbstractRepositoryQuery.php
View File
->setParameter('id', $id);
->setParameter('id', $id);
}
}
public function andWhereEqual($field, $value)
{
return $this->andWhere('.'.$field.' = :'.$field)->setParameter($field, $value);
}
/*
/*
* DEVALIAS
* DEVALIAS
*/
*/
Write
Preview
Loading…
Cancel
Save