File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/Ubiquity/scaffolding/templates Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
%namespace%
3
3
4
4
%uses%
5
- use Ubiquity\controllers\rest\api\jsonapi\JsonApiResponseFormatter ;
6
- use Ubiquity\controllers\rest\ResponseFormatter ;
5
+ use Ubiquity\controllers\rest\formatters\ResponseFormatter ;
6
+ use Ubiquity\controllers\rest\formatters\JsonApiResponseFormatter ;
7
7
use Ubiquity\attributes\items\router\Delete;
8
8
use Ubiquity\attributes\items\router\Get;
9
9
use Ubiquity\attributes\items\router\Options;
Original file line number Diff line number Diff line change 2
2
%namespace%
3
3
4
4
%uses%
5
- use Ubiquity\controllers\rest\api\jsonapi\JsonApiResponseFormatter ;
6
- use Ubiquity\controllers\rest\ResponseFormatter ;
5
+ use Ubiquity\controllers\rest\formatters\ResponseFormatter ;
6
+ use Ubiquity\controllers\rest\formatters\JsonApiResponseFormatter ;
7
7
8
8
%restAnnot%
9
9
%route%
You can’t perform that action at this time.
0 commit comments