File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33namespace App \Http \Controllers ;
44
5- use App \Http \Controllers \Controller ;
65use App \Models \Channel ;
76use App \Models \Thread ;
87use Illuminate \Http \Request ;
Original file line number Diff line number Diff line change 44
55use App \Models \Tag ;
66
7- trait WithTags {
7+ trait WithTags
8+ {
89 public ?string $ tag = null ;
910 public string $ sortBy = 'recent ' ;
1011
Original file line number Diff line number Diff line change 22
33use App \Http \Controllers \ArticlesController ;
44use App \Http \Controllers \DiscussionController ;
5- use App \Http \Controllers \ThreadController ;
65use App \Http \Controllers \HomeController ;
76use App \Http \Controllers \OAuthController ;
87use App \Http \Controllers \SubscriptionController ;
8+ use App \Http \Controllers \ThreadController ;
99use App \Http \Controllers \User ;
1010use Illuminate \Support \Facades \Route ;
1111
You can’t perform that action at this time.
0 commit comments