mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 04:23:42 +00:00
Merge pull request #629 from tobiasd/20180622-usecase
Model/Item usages instead of ModelItem
This commit is contained in:
commit
276e8654f0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
use Friendica\Core\Addon;
|
||||
use Friendica\Core\L10n;
|
||||
use Friendica\ModelItem;
|
||||
use Friendica\Model\Item;
|
||||
use Friendica\Database\DBM;
|
||||
|
||||
function viewsrc_install() {
|
||||
|
|
Loading…
Reference in a new issue