Skip to content

Commit 30edba3

Browse files
mckenzieartsactions-user
authored andcommitted
Apply php-cs-fixer changes
1 parent 83258c4 commit 30edba3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/Http/Controllers/ThreadController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace App\Http\Controllers;
44

5-
use App\Http\Controllers\Controller;
65
use App\Models\Channel;
76
use App\Models\Thread;
87
use Illuminate\Http\Request;

app/Traits/WithTags.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
use App\Models\Tag;
66

7-
trait WithTags {
7+
trait WithTags
8+
{
89
public ?string $tag = null;
910
public string $sortBy = 'recent';
1011

routes/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
use App\Http\Controllers\ArticlesController;
44
use App\Http\Controllers\DiscussionController;
5-
use App\Http\Controllers\ThreadController;
65
use App\Http\Controllers\HomeController;
76
use App\Http\Controllers\OAuthController;
87
use App\Http\Controllers\SubscriptionController;
8+
use App\Http\Controllers\ThreadController;
99
use App\Http\Controllers\User;
1010
use Illuminate\Support\Facades\Route;
1111

0 commit comments

Comments
 (0)