File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1212use App \Action \GetByIdRequest ;
1313use App \Action \GetCollectionRequest ;
1414use App \Http \Controllers \ApiController ;
15- use App \Http \Presenter \Comment \ CommentAsArrayPresenter ;
15+ use App \Http \Presenter \CommentAsArrayPresenter ;
1616use App \Http \Request \Api \AddCommentHttpRequest ;
1717use App \Http \Response \ApiResponse ;
1818use App \Http \Request \Api \CollectionHttpRequest ;
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace App \Http \Presenter \ Comment ;
5+ namespace App \Http \Presenter ;
66
77use App \Entity \Comment ;
8- use App \Http \Presenter \CollectionAsArrayPresenter ;
9- use App \Http \Presenter \UserArrayPresenter ;
108use Illuminate \Support \Collection ;
119
1210final class CommentAsArrayPresenter implements CollectionAsArrayPresenter
You can’t perform that action at this time.
0 commit comments