mirror of
https://github.com/flextype/flextype.git
synced 2025-08-30 08:20:46 +02:00
- Users Controller/Views implementation
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user