mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
- fix deprecation notices in php 8.2
(cherry picked from commit 47972dce05)
This commit is contained in:
parent
ced75b805a
commit
176b1e9c99
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ class NotificationObserver implements \MTTNotificationObserverInterface
|
|||
private function init()
|
||||
{
|
||||
$this->prefs = NotificationsExtension::preferences();
|
||||
$this->token = $this->prefs['token'] ?? '';
|
||||
//$this->token = $this->prefs['token'] ?? '';
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue