1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-27 15:00:11 +02:00

Flextype Box Plugin: Admin #125 #117

- Users Controller/Views implementation
This commit is contained in:
Awilum
2019-05-25 21:37:37 +03:00
parent 9fc04984d8
commit 5f0ff92928

View File

@@ -0,0 +1,13 @@
<?php
namespace Flextype;
use function Flextype\Component\I18n\__;
class UsersController extends Controller
{
public function index($request, $response, $args)
{
}
}