added free agents

This commit is contained in:
2026-02-22 22:44:17 +11:00
parent d011c7acb8
commit f3d1395076
15 changed files with 1549 additions and 98 deletions

View File

@@ -39,4 +39,8 @@ const (
FixturesManage Permission = "fixtures.manage"
FixturesCreate Permission = "fixtures.create"
FixturesDelete Permission = "fixtures.delete"
// Free Agent permissions
FreeAgentsAdd Permission = "free_agents.add"
FreeAgentsRemove Permission = "free_agents.remove"
)