mirror of
https://github.com/elyby/accounts.git
synced 2024-11-17 18:53:00 +05:30
Пересмотрены висящие TODO
This commit is contained in:
parent
40625dbef9
commit
ee68e373f4
@ -5,10 +5,7 @@ use yii\helpers\ArrayHelper;
|
||||
|
||||
class ConfigLoader {
|
||||
|
||||
/*
|
||||
* TODO: В PHP 7.1 следует сделать её protected
|
||||
*/
|
||||
const ROOT_PATH = __DIR__ . '/../..';
|
||||
private const ROOT_PATH = __DIR__ . '/../..';
|
||||
|
||||
private $application;
|
||||
|
||||
|
@ -3,7 +3,6 @@ return [
|
||||
'components' => [
|
||||
'request' => [
|
||||
// it's not recommended to run functional tests with CSRF validation enabled
|
||||
// TODO: у нас вроде и без того нет проверки csrf
|
||||
'enableCsrfValidation' => false,
|
||||
'enableCookieValidation' => false,
|
||||
// but if you absolutely need it set cookie domain to localhost
|
||||
|
Loading…
Reference in New Issue
Block a user