Selaa lähdekoodia

更改准考证生成的bug

zmw 1 kuukausi sitten
vanhempi
commit
da43c81095
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      app/Admin/Controllers/Admin/AuthController.php

+ 1 - 0
app/Admin/Controllers/Admin/AuthController.php

@@ -13,6 +13,7 @@ class AuthController extends Controller
      */
     public function getLogin()
     {
+
         if ($this->guard()->check()) {
             return redirect($this->redirectPath());
         }