Skip to content

Commit 33ed234

Browse files
committed
Fixed use statement for symfony 4 compatibility
1 parent 7219cfb commit 33ed234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/Annotations/Route.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace FOS\RestBundle\Controller\Annotations;
1313

14-
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route as BaseRoute;
14+
use Symfony\Component\Routing\Annotation\Route as BaseRoute;
1515

1616
/**
1717
* Route annotation class.

0 commit comments

Comments
 (0)