Update rider app to use correct api response class #730
This commit is contained in:
parent
95b5c59db2
commit
d59ac805f7
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ use Doctrine\ORM\Query;
|
|||
use Doctrine\ORM\EntityManagerInterface;
|
||||
|
||||
use Catalyst\ApiBundle\Controller\ApiController;
|
||||
use Catalyst\ApiBundle\Response\APIResponse;
|
||||
use Catalyst\ApiBundle\Component\Response as APIResponse;
|
||||
|
||||
use App\Entity\Rider;
|
||||
use App\Entity\JOEvent;
|
||||
|
|
|
|||
Loading…
Reference in a new issue