mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
- fix deprecation notices in php 8.2
This commit is contained in:
parent
8833e7c417
commit
47972dce05
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