blue_subbie
Method Filament\Panel::getDomains does not exist. when installing filament-breezy
Fresh v3 installation giving me this:
Method Filament\Panel::getDomains does not exist.
at vendor/filament/support/src/Concerns/Macroable.php:72
68▕ {
69▕ $macro = static::getMacro($method);
70▕
71▕ if ($macro === null) {
➜ 72▕ throw new BadMethodCallException(sprintf(
73▕ 'Method %s::%s does not exist.',
74▕ static::class,
75▕ $method,
76▕ ));
i Bad Method Call: Did you mean Filament\Panel::getDomain() ?
7 replies