Rename notify classes according the feature name, not the table name

This commit is contained in:
Hypolite Petovan
2021-01-23 04:53:44 -05:00
parent a7fac5a76f
commit 82e094179c
25 changed files with 120 additions and 131 deletions
@@ -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()
{