]> git.mxchange.org Git - friendica.git/commit
Changes:
authorRoland Häder <roland@mxchange.org>
Mon, 12 Sep 2022 21:27:54 +0000 (23:27 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 14 Oct 2022 22:44:07 +0000 (00:44 +0200)
commit8f92d1cc8ee82c11d2e95f91ec494cf6b50e7ff3
treedfaac48383aafd9d5498e3fd95b0977cd746c065
parentda66730e4f142c3557cdf7343bc420f7b80c883e
Changes:
- unified class import, we had these both:

````
use Friendica\Model\Item as ModelItem;
use Friendica\Object\Post as PostObject;
````

In first version the namespace was prefixing class name, in second suffixing it.
src/Content/Conversation.php
src/Content/Item.php