mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
Fix indent in Model\Item
This commit is contained in:
parent
a61ce4fed0
commit
3334a3d497
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ class Item extends BaseObject
|
|||
return [];
|
||||
}
|
||||
|
||||
return DBA::toArray($result);
|
||||
return DBA::toArray($result);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue