Method Filament\Panel::getDomain does not exist error after composer update
Hello, i just did a composer update and im now getting the following error on the console and when i attempt to load any page: https://flareapp.io/share/dmk8EEYP
5 Replies
GitHub
Multiple domains per panel by pxlrbt · Pull Request #7398 · filamen...
Currently ->domain() supports only a single domain. For stuff like multi-tenancy it's useful to provide an array. E.g. showing a panel to tenants only.
With this PR ->domain() will accept...
Heya, i wasn't using ->getDomain() in any capacity as far as im aware, so not sure how to resolve based of this github issue
It's coming from FilamentBreezy package that's using it.
I got the same error after updating from 3.0.7 to 3.0.11 - in the update Breezy was not updated.
@gizmojo Cheers, i've replaced the relevant code from the commit and i'm back up and running!