mirror of
https://github.com/flextype/flextype.git
synced 2025-08-27 15:00:11 +02:00
- Users Controller/Views implementation
This commit is contained in:
13
site/plugins/admin/app/Controllers/UsersConstroller.php
Normal file
13
site/plugins/admin/app/Controllers/UsersConstroller.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Flextype;
|
||||
|
||||
use function Flextype\Component\I18n\__;
|
||||
|
||||
class UsersController extends Controller
|
||||
{
|
||||
public function index($request, $response, $args)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user