added free agents
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user