mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Remove records property from story search results
This commit is contained in:
@@ -15,8 +15,15 @@ use League\Fractal\TransformerAbstract;
|
||||
|
||||
class StoryTransformer extends TransformerAbstract
|
||||
{
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
protected $availableIncludes = ['thumbnail', 'metadatas', 'records'];
|
||||
protected $defaultIncludes = ['thumbnail', 'metadatas', 'records'];
|
||||
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
protected $defaultIncludes = ['thumbnail', 'metadatas'];
|
||||
|
||||
/**
|
||||
* @var SubdefTransformer
|
||||
|
Reference in New Issue
Block a user