Update AP ProfileTransformer

pull/1565/head
Daniel Supernault 6 years ago
parent 396848b20b
commit ce1d6630d7
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -15,6 +15,9 @@ class ProfileTransformer extends Fractal\TransformerAbstract
'https://w3id.org/security/v1', 'https://w3id.org/security/v1',
[ [
'manuallyApprovesFollowers' => 'as:manuallyApprovesFollowers', 'manuallyApprovesFollowers' => 'as:manuallyApprovesFollowers',
'PropertyValue' => 'schema:PropertyValue',
'schema' => 'http://schema.org#',
'value' => 'schema:value'
], ],
], ],
'id' => $profile->permalink(), 'id' => $profile->permalink(),

Loading…
Cancel
Save