Cleanup API
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
parent
1966db2c5f
commit
def29eb2d8
4 changed files with 85 additions and 191 deletions
|
|
@ -45,7 +45,7 @@ class FormMapper extends QBMapper {
|
|||
* @throws \OCP\AppFramework\Db\MultipleObjectsReturnedException if more than one result
|
||||
* @throws \OCP\AppFramework\Db\DoesNotExistException if not found
|
||||
*/
|
||||
public function find(int $id): Form {
|
||||
public function findById(int $id): Form {
|
||||
$qb = $this->db->getQueryBuilder();
|
||||
|
||||
$qb->select('*')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue