Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 1dd52a6

Browse files
authored
Merge pull request #36 from chanakafit/patch-1
Register Form missing fixed
2 parents 48f5327 + dac0401 commit 1dd52a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/controllers/AuthController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
use app\forms\LoginForm;
1111
use app\forms\PasswordRequestForm;
1212
use app\forms\PasswordUpdateForm;
13+
use app\forms\RegisterForm;
1314
use app\models\User;
1415

1516
class AuthController extends Controller

0 commit comments

Comments
 (0)