Commit 7dd250ff authored by Shakarim Sapa's avatar Shakarim Sapa

Debug;

parent 6d50daa2
......@@ -224,7 +224,8 @@ class DefaultController extends BaseController
// Создали дату следующей отправки
$updatedDate=new \DateTime();
// Произвели модификацию даты
$updatedDate->modify('+7 day');
$updatedDate->modify('+7 days');
echo $updatedDate->format('d.m.Y H:i:s'); die;
/** @var User $user */
// Нашли пользователя
$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