Skip to content

Commit

Permalink
Merge pull request #7 from padarom/master
Browse files Browse the repository at this point in the history
Use Symfony's provided Route annotation - I've tried it
  • Loading branch information
saibotd authored Oct 4, 2018
2 parents e871808 + 85070a4 commit 974eb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/ContentApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace DieSchittigs\ContaoContentApiBundle\Controller;

use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
use Symfony\Component\Routing\Annotation\Route;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\HttpFoundation\Response;
use DieSchittigs\ContaoContentApiBundle\FrontendApi;
Expand Down

0 comments on commit 974eb2e

Please sign in to comment.