File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 22
33namespace App \Events ;
44
5- use Illuminate \Broadcasting \Channel ;
65use Illuminate \Queue \SerializesModels ;
76use Illuminate \Broadcasting \PrivateChannel ;
8- use Illuminate \Broadcasting \PresenceChannel ;
97use Illuminate \Foundation \Events \Dispatchable ;
108use Illuminate \Broadcasting \InteractsWithSockets ;
119use Illuminate \Contracts \Broadcasting \ShouldBroadcast ;
1210use App \Entity \Tweet ;
13- use App \Http \Presenter \Tweet \ TweetArrayPresenter ;
11+ use App \Http \Presenter \TweetArrayPresenter ;
1412use Illuminate \Support \Facades \App ;
1513
1614class TweetAddedEvent implements ShouldBroadcast
Original file line number Diff line number Diff line change 1919use App \Action \Tweet \UploadTweetImageAction ;
2020use App \Action \Tweet \UploadTweetImageRequest ;
2121use App \Http \Controllers \ApiController ;
22- use App \Http \Presenter \Tweet \ TweetArrayPresenter ;
22+ use App \Http \Presenter \TweetArrayPresenter ;
2323use App \Http \Request \Api \CollectionHttpRequest ;
2424use App \Http \Request \Api \Tweet \AddTweetHttpRequest ;
2525use App \Http \Request \Api \Tweet \UpdateTweetHttpRequest ;
Original file line number Diff line number Diff line change 22
33declare (strict_types = 1 );
44
5- namespace App \Http \Presenter \ Tweet ;
5+ namespace App \Http \Presenter ;
66
77use App \Entity \Tweet ;
8- use App \Http \Presenter \CollectionAsArrayPresenter ;
9- use App \Http \Presenter \LikeArrayPresenter ;
108use Illuminate \Support \Collection ;
11- use App \Http \Presenter \UserArrayPresenter ;
129
1310final class TweetArrayPresenter implements CollectionAsArrayPresenter
1411{
You can’t perform that action at this time.
0 commit comments