Skip to content

Commit

Permalink
wrong import here
Browse files Browse the repository at this point in the history
  • Loading branch information
Cannonb4ll committed Nov 1, 2023
1 parent 2f2ddb4 commit fd849db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Traits/HasUpvote.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

use App\Models\User;
use App\Models\Vote;
use Livewire\Redirector;
use Illuminate\Http\RedirectResponse;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Database\Eloquent\Relations\MorphMany;
use Illuminate\Routing\Redirector;

trait HasUpvote
{
Expand Down

0 comments on commit fd849db

Please sign in to comment.