stechstudio / filament-impersonate

Filament plugin that makes it easy to impersonate your users
271 stars 55 forks source link

Error on impersionate #57

Closed vitormcorrea closed 1 year ago

vitormcorrea commented 1 year ago

Hey guys.

I have the following error when clicking the button to impersonate

Call to undefined method Filament\FilamentManager::getCurrentPanel()

Has anyone ever get this problem?

Captura de Tela 2023-10-05 às 07 27 14
jszobody commented 1 year ago

What version of Filament are you using?

vitormcorrea commented 1 year ago

Hi @jszobody

Last version of filament v2 Laravel 10 Livewire v2 PHP 8.2

jszobody commented 1 year ago

Make sure then you're using version 2 of this package. Use ^2.0 in your composer.json file.

vitormcorrea commented 1 year ago

Yes.. perfect. Sorry about. Thank you so much.