Commit 1c218e91c28803a13b80f698b3c9cb4bcc79ab2d

Authored by Alex Savenko
1 parent 1fea214e

project entity

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/library/App/Resources/ProjectResource.php
@@ -30,7 +30,7 @@ class ProjectResource extends ApiResource { @@ -30,7 +30,7 @@ class ProjectResource extends ApiResource {
30 ->multipleKey('projects') 30 ->multipleKey('projects')
31 //->itemKey('project') 31 //->itemKey('project')
32 ->collectionKey('projects') 32 ->collectionKey('projects')
33 - ->alow(AclRoles::USER) 33 + ->allow(AclRoles::USER)
34 34
35 ->endpoint(ApiEndpoint::all()) 35 ->endpoint(ApiEndpoint::all())
36 ->endpoint(ApiEndpoint::create()) 36 ->endpoint(ApiEndpoint::create())