Skip to content

Commit

Permalink
Merge pull request #12 from kdambekalns/bugfix/10-route-bug
Browse files Browse the repository at this point in the history
Fix bug with `_routeScope` value
  • Loading branch information
amenk authored Jul 25, 2024
2 parents 8164c8a + 03a311e commit 6fbf907
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use Symfony\Component\Routing\Attribute\Route;
use Symfony\Contracts\Translation\TranslatorInterface;

#[Route(defaults: ['_routeScope' => 'api'])]
#[Route(defaults: ['_routeScope' => ['api']])]
class CloneCategoryController extends AbstractController
{
private EntityRepository $categoryRepository;
Expand Down

0 comments on commit 6fbf907

Please sign in to comment.