Closed atmonshi closed 1 year ago
Thank you :)
tag or new release soon :)?
:tada: This PR is included in version 2.0.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
I'm running version 2.0.2 and seeing the same error. After changing the relationship() method to this the error goes away:
public function relationship(Closure|string|null $name, Closure|string|null $titleAttribute = null, ?Closure $modifyQueryUsing = null): static
{
throw new \BadMethodCallException('Method not allowed.');
}
Note the addition of = null
to the second parameter.
this will fix the error:
in filament v3.0.37