Commit 4bf9d3d128330dbe3b0eb599e3b34060c0d86846

Authored by Alex Savenko
1 parent d1b34bab

test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/library/App/Resources/ProjectResource.php
@@ -27,7 +27,7 @@ class ProjectResource extends ApiResource { @@ -27,7 +27,7 @@ class ProjectResource extends ApiResource {
27 ->model(Project::class) 27 ->model(Project::class)
28 ->expectsJsonData() 28 ->expectsJsonData()
29 ->itemKey('project') 29 ->itemKey('project')
30 - ->collectionKey('projects') 30 + //->collectionKey('projects')
31 ; 31 ;
32 32
33 /** transformers **/ 33 /** transformers **/