Explorar el Código

Set class component User

dev
keun hace 6 años
padre
commit
07f8b2e132
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      common/config/main.php

+ 1
- 0
common/config/main.php Ver fichero

@@ -3,6 +3,7 @@ return [
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
'components' => [
'user' => [
'class' => 'yii\web\User',
'identityClass' => 'common\models\User',
'enableAutoLogin' => true,
'identityCookie' => [

Cargando…
Cancelar
Guardar