mirror of
https://github.com/flextype/flextype.git
synced 2025-08-14 09:04:25 +02:00
- Users Controller/Views implementation
This commit is contained in:
@@ -11,10 +11,6 @@ use Psr\Container\ContainerInterface;
|
||||
|
||||
class UsersController extends Controller
|
||||
{
|
||||
public function index($request, $response, $args)
|
||||
{
|
||||
}
|
||||
|
||||
public function profile($request, $response, $args)
|
||||
{
|
||||
return $this->container->get('view')->render(
|
||||
|
Reference in New Issue
Block a user