1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-30 08:20:46 +02:00

Flextype Box Plugin: Admin #125 #117

- Users Controller/Views implementation
This commit is contained in:
Awilum
2019-05-29 01:00:17 +03:00
parent 840cdd8c8c
commit 67fef5808e

View File

@@ -8,6 +8,16 @@ class UsersController extends Controller
{
public function index($request, $response, $args)
{
}
public function registration($request, $response, $args)
{
}
public function registrationProcess($request, $response, $args)
{
}
}