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

View file

@ -19,7 +19,7 @@
*
*/
use Friendica\Model\Notify;
use Friendica\Model\Notification;
return [
// Empty these tables
@ -375,7 +375,7 @@ return [
'iid' => 4,
'seen' => 0,
'verb' => '',
'otype' => Notify\ObjectType::ITEM,
'otype' => Notification\ObjectType::ITEM,
'name_cache' => 'Reply to',
'msg_cache' => 'A test reply from an item',
],