Problem with opt out tenancy

In my Application, I am using multi tenancy. I have one resource, that doesnt have tenancy. Therefore, I set
class UserResource extends Resource
{
// rangom code...
protected static bool $isScopedToTenant = false;
// random code
}
class UserResource extends Resource
{
// rangom code...
protected static bool $isScopedToTenant = false;
// random code
}
the attribute
$isScopedToTenant
$isScopedToTenant
as mentioned in the docs https://filamentphp.com/docs/3.x/panels/tenancy#disabling-tenancy-for-a-resource . Still, I get an error (screenshot). Any ideas on what I am doing wrong or missing here?
No description
0 Replies
No replies yetBe the first to reply to this messageJoin