Test Failed
Pull Request — master (#322)
by Максим
09:29
created
models/LoginForm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.