Реализован и оттестирован CleanupController

This commit is contained in:
ErickSkrauch
2016-11-23 23:41:33 +03:00
parent 5c8bd20761
commit 7c9e856453
6 changed files with 92 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
<?php
return [
'admin-ely' => [
'access_token' => '07541285-831e-1e47-e314-b950309a6fca',
'session_id' => 1,
'expire_time' => time() + 3600,
],
'admin-ely-expired' => [
'access_token' => '2977ec21-3022-96f8-544db-2e1df936908',
'session_id' => 1,
'expire_time' => time() - 3600,
],
];