mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:10:11 +00:00
Rename classes
- Repository/Model Notification => Notify - Factory/Object Notification => Notification
This commit is contained in:
parent
b85511b00d
commit
0840938dff
12 changed files with 45 additions and 45 deletions
|
@ -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()
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue