Skip to content

Commit b4abfc3

Browse files
committed
2 parents f7a4bc3 + ee57014 commit b4abfc3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/Http/Controllers/ComputerScienceResourceController.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@
1212
use App\Services\ResourceReviewService;
1313
use App\Services\SortingManagers\GeneralVotesSortingManager;
1414
use App\Services\SortingManagers\ResourceSortingManager;
15+
use App\Services\UpvoteService;
1516
use Illuminate\Http\Request;
1617
use Illuminate\Support\Facades\Auth;
1718
use Illuminate\Support\Facades\DB;
1819
use Illuminate\Support\Facades\Log;
1920
use Inertia\Inertia;
20-
use App\Services\UpvoteService;
21-
2221
use Throwable;
2322

2423
class ComputerScienceResourceController extends Controller

app/Services/UpvoteService.php

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

33
namespace App\Services;
44

5-
use App\Services\ModelResolverService;
65
use Illuminate\Support\Facades\Auth;
76
use Illuminate\Support\Facades\DB;
87
use Illuminate\Support\Facades\Log;

0 commit comments

Comments
 (0)