Rename classes
- Repository/Model Notification => Notify - Factory/Object Notification => Notification
This commit is contained in:
@@ -5,10 +5,10 @@ namespace Friendica\Collection;
|
||||
use Friendica\BaseCollection;
|
||||
use Friendica\Model;
|
||||
|
||||
class Notifications extends BaseCollection
|
||||
class Notifies extends BaseCollection
|
||||
{
|
||||
/**
|
||||
* @return Model\Notification
|
||||
* @return Model\Notify
|
||||
*/
|
||||
public function current()
|
||||
{
|
||||
Reference in New Issue
Block a user