Skip to content

Commit

Permalink
Merge pull request #196 from matthewscalf/main
Browse files Browse the repository at this point in the history
Adding missing ComponentRegistry import
  • Loading branch information
rubenvanassche authored Apr 30, 2024
2 parents 86da38d + 42c7c99 commit b9d935f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Illuminate\Http\Request;
use Illuminate\Support\Arr;
use Livewire\LivewireManager;
use Livewire\Mechanisms\ComponentRegistry;

class LaravelLivewireRequestContextProvider extends LaravelRequestContextProvider
{
Expand Down

0 comments on commit b9d935f

Please sign in to comment.