Fixings & add tests

This commit is contained in:
Philipp 2021-10-19 22:03:24 +02:00
parent ed184bd592
commit 690369cc4b
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
4 changed files with 132 additions and 23 deletions

View file

@ -68,7 +68,6 @@ class Introduction extends BaseDepository
{
return [
'uid' => $introduction->uid,
'fid' => $introduction->fid,
'contact-id' => $introduction->cid,
'suggest-cid' => $introduction->sid,
'knowyou' => $introduction->knowyou ? 1 : 0,