feat: implement FilamentUser interface for User model #4
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/error-on-production"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add FilamentUser interface to allow access control within Filament admin panel. The canAccessPanel method currently returns true for all users, providing a foundation for future permission-based access restrictions.