Added the ability to add links to the project.
This commit is contained in:
@@ -9,6 +9,7 @@ enum Permission: string
|
||||
case User = 'user';
|
||||
case Project = 'project';
|
||||
case ProjectContent = 'project-content';
|
||||
case ProjectLink = 'project-link';
|
||||
|
||||
public function getPermissions(): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user