Skip to content

Commit

Permalink
Update namespace import
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmile committed Dec 14, 2024
1 parent b9f7b1d commit 48ba6de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Feature/AccountTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Tests\Feature;

use App\Http\Livewire\ConferenceList;
use App\Livewire\ConferenceList;
use App\Models\Bio;
use App\Models\Conference;
use App\Models\Talk;
Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/ConferenceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Tests\Feature;

use App\Http\Livewire\ConferenceList;
use App\Livewire\ConferenceList;
use App\Models\Conference;
use App\Models\User;
use Illuminate\Support\Carbon;
Expand Down

0 comments on commit 48ba6de

Please sign in to comment.