- Изменен параметр модификации даты

parent e1752aaf
...@@ -153,7 +153,7 @@ class DefaultController extends BaseController ...@@ -153,7 +153,7 @@ class DefaultController extends BaseController
// Создали дату следующей отправки // Создали дату следующей отправки
$updatedDate=new \DateTime(); $updatedDate=new \DateTime();
// Произвели модификацию даты // Произвели модификацию даты
$updatedDate->modify('+1 week'); $updatedDate->modify('+7 days');
/** @var User $user */ /** @var User $user */
// Нашли пользователя // Нашли пользователя
$user=User::findOne($this->id); $user=User::findOne($this->id);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment