Skip to content

Commit a1dcc0e

Browse files
Fixed @return annotation in ActionsController
1 parent c86240c commit a1dcc0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/templates/CommonAdmin/ActionsAction/ActionsBuilderAction.php.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ use {{ builder.generator.baseController }} as BaseController;
1212
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
1313
use Admingenerator\GeneratorBundle\Exception\ValidationException;
1414
use Symfony\Component\HttpFoundation\Request;
15+
use Symfony\Component\HttpFoundation\Response;
1516
1617
{{ block('csrf_protection_use') }}
1718

0 commit comments

Comments
 (0)