Rename notify classes according the feature name, not the table name
This commit is contained in:
@@ -24,10 +24,10 @@ namespace Friendica\Collection;
|
||||
use Friendica\BaseCollection;
|
||||
use Friendica\Model;
|
||||
|
||||
class Notifies extends BaseCollection
|
||||
class Notifications extends BaseCollection
|
||||
{
|
||||
/**
|
||||
* @return Model\Notify
|
||||
* @return Model\Notification
|
||||
*/
|
||||
public function current()
|
||||
{
|
||||
Reference in New Issue
Block a user