Faycool
Faycool
FFilament
Created by Fravi on 10/27/2024 in #❓┊help
Permission on Relation Manager
I encountered the same issue. Since Shield will only resolve models set as a Resource, I worked around the problem by defining my relation managers' models as resources and then disabling them in their resource classes by adding:
public static function canAccess(): bool { return false; }
21 replies