Fix dataset
This commit is contained in:
parent
dbfe918a8b
commit
df1aabd304
2 changed files with 2 additions and 9 deletions
|
@ -221,12 +221,12 @@ return [
|
|||
'location' => 'DFRN',
|
||||
],
|
||||
[
|
||||
'id' => 42,
|
||||
'id' => 48,
|
||||
'uid' => 0,
|
||||
'uri-id' => 42,
|
||||
'name' => 'Self contact',
|
||||
'nick' => 'selfcontact',
|
||||
'self' => 1,
|
||||
'self' => 0,
|
||||
'nurl' => 'http://localhost/profile/selfcontact',
|
||||
'url' => 'http://localhost/profile/selfcontact',
|
||||
'about' => 'User used in tests',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue