mirror of
https://github.com/friendica/friendica
synced 2025-04-28 21:44:22 +02:00
Rename notify classes according the feature name, not the table name
This commit is contained in:
parent
a7fac5a76f
commit
82e094179c
25 changed files with 120 additions and 131 deletions
|
@ -56,7 +56,7 @@ class Notification extends BaseFactory
|
|||
{
|
||||
/** @var Database */
|
||||
private $dba;
|
||||
/** @var Repository\Notify */
|
||||
/** @var Repository\Notification */
|
||||
private $notification;
|
||||
/** @var BaseURL */
|
||||
private $baseUrl;
|
||||
|
@ -65,7 +65,7 @@ class Notification extends BaseFactory
|
|||
/** @var string */
|
||||
private $nurl;
|
||||
|
||||
public function __construct(LoggerInterface $logger, Database $dba, Repository\Notify $notification, BaseURL $baseUrl, L10n $l10n, App $app, IPConfig $pConfig, ISession $session)
|
||||
public function __construct(LoggerInterface $logger, Database $dba, Repository\Notification $notification, BaseURL $baseUrl, L10n $l10n, App $app, IPConfig $pConfig, ISession $session)
|
||||
{
|
||||
parent::__construct($logger);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue