Merge branch '116-add-relogin-feature-to-mobile-app-api-2' into 'master'
Resolve "Add relogin feature to mobile app api" Closes #116 See merge request jankstudio/resq!101
This commit is contained in:
commit
276a6d1245
1 changed files with 1 additions and 0 deletions
|
|
@ -233,6 +233,7 @@ class APIController extends Controller
|
|||
->andWhere('s.customer is not null')
|
||||
->andWhere('s.confirm_flag = 1')
|
||||
->setParameter('number', $number)
|
||||
->setMaxResults(1)
|
||||
->getQuery();
|
||||
|
||||
// we just need one
|
||||
|
|
|
|||
Loading…
Reference in a new issue