diff --git a/app/Http/Controllers/TicketController.php b/app/Http/Controllers/TicketController.php index 9ee32b2fc..516aa4ad5 100644 --- a/app/Http/Controllers/TicketController.php +++ b/app/Http/Controllers/TicketController.php @@ -13,7 +13,6 @@ namespace App\Http\Controllers; -use App\Models\Comment; use App\Models\Ticket; use App\Models\TicketAttachment; use App\Models\TicketCategory; diff --git a/app/Http/Controllers/TorrentController.php b/app/Http/Controllers/TorrentController.php index 7e30cfe76..a2a11697c 100644 --- a/app/Http/Controllers/TorrentController.php +++ b/app/Http/Controllers/TorrentController.php @@ -22,7 +22,6 @@ use App\Helpers\TorrentTools; use App\Models\Audit; use App\Models\BonTransactions; use App\Models\Category; -use App\Models\Comment; use App\Models\Distributor; use App\Models\FeaturedTorrent; use App\Models\FreeleechToken;