Skip to content

Commit

Permalink
Move Livewire to App namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmile committed Dec 14, 2024
1 parent ae3696a commit b9f7b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Http\Livewire;
namespace App\Livewire;

use App\Models\Conference;
use Carbon\CarbonImmutable;
Expand Down
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use App\Http\Controllers\SubmissionReactionsController;
use App\Http\Controllers\SubmissionsController;
use App\Http\Controllers\TalksController;
use App\Http\Livewire\ConferenceList;
use App\Livewire\ConferenceList;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\Route;

Expand Down

0 comments on commit b9f7b1d

Please sign in to comment.