We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80fd040 commit a415f70Copy full SHA for a415f70
src/Statflo/HTTP/Controller/ContainerController.php
@@ -4,8 +4,9 @@
4
use Symfony\Component\HttpFoundation\JsonResponse;
5
use Statflo\DI\Base\ContainerAware;
6
use Statflo\HTTP\DTO\Response;
7
+use Statflo\HTTP\ResponseTrait;
8
9
abstract class ContainerController extends ContainerAware
10
{
- use Statflo\HTTP\ResponseTrait;
11
+ use ResponseTrait;
12
}
0 commit comments