Update notification-workflow.md

Line 30:
From ``->setDateTime(new DateTime())``
To ``->setDateTime(new \DateTime())``
This commit is contained in:
HouraisanNEET 2021-04-06 19:22:14 +08:00 коммит произвёл GitHub
Родитель e046d0b09b
Коммит e526518253
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -27,7 +27,7 @@ $declineAction->setLabel('decline')
$notification->setApp('files_sharing')
->setUser('recipient1')
->setDateTime(new DateTime())
->setDateTime(new \DateTime())
->setObject('remote', '1337') // $type and $id
->setSubject('remote_share', ['name' => '/fancyFolder']) // $subject and $parameters
->addAction($acceptAction)