Skip to content
Snippets Groups Projects
Commit ed2e3a33 authored by Pastor Mickaël's avatar Pastor Mickaël
Browse files
parent 5f2c4731
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ class ReviewsController extends AppController
'Softwares.id ' => $this->request->params['software_id']
] : [],
'contain' => [
'Users' => ["fields" => ["id", "username"]],
'Users' => ["fields" => ["id", "username", 'logo_directory','photo',]],
'Softwares' => ["fields" => ["id", "softwarename"]]
]
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment