Remove include/like
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* @file include/like.php
|
||||
*/
|
||||
|
||||
use Friendica\Model\Item;
|
||||
|
||||
function do_like($item_id, $verb) {
|
||||
Item::performLike($item_id, $verb);
|
||||
}
|
||||
Reference in New Issue
Block a user