@@ -60,7 +60,7 @@ |
||
| 60 | 60 | public function login() |
| 61 | 61 | { |
| 62 | 62 | if ($this->validate()) { |
| 63 | - return Yii::$app->user->login($this->getUser(), $this->rememberMe ? 3600 * 24 * 30 : 0); |
|
| 63 | + return Yii::$app->user->login($this->getUser(), $this->rememberMe ? 3600*24*30 : 0); |
|
| 64 | 64 | } |
| 65 | 65 | return false; |
| 66 | 66 | } |