Skip to content

Commit f4e8d28

Browse files
committed
working user controller
1 parent 6d26623 commit f4e8d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/UserController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use yii\web\Controller;
66

7-
class PostController extends Controller {
7+
class UserController extends Controller {
88

99
public function actionIndex() {
1010
return $this->render('index');

0 commit comments

Comments
 (0)