Skip to content

Commit a415f70

Browse files
committed
Fixed trait reference
1 parent 80fd040 commit a415f70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Statflo/HTTP/Controller/ContainerController.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
use Symfony\Component\HttpFoundation\JsonResponse;
55
use Statflo\DI\Base\ContainerAware;
66
use Statflo\HTTP\DTO\Response;
7+
use Statflo\HTTP\ResponseTrait;
78

89
abstract class ContainerController extends ContainerAware
910
{
10-
use Statflo\HTTP\ResponseTrait;
11+
use ResponseTrait;
1112
}

0 commit comments

Comments
 (0)