return relation from project_user to user_card

This commit is contained in:
iIronside
2021-12-10 10:53:43 +03:00
parent e78ff7d779
commit 27c0951202
6 changed files with 532 additions and 15 deletions

View File

@ -75,7 +75,7 @@ return [
'components' => [
'request' => [
'csrfParam' => '_csrf-backend',
'baseUrl' => '/secure', // TODO /secure
'baseUrl' => '', // TODO /secure
'parsers' => [
'application/json' => 'yii\web\JsonParser',
'text/xml' => 'yii/web/XmlParser',