Auth, Login, Home, Venta->Listados->Precios
This commit is contained in:
11
app/src/Controller/Users.php
Normal file
11
app/src/Controller/Users.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace Incoviba\Controller;
|
||||
|
||||
use Psr\Http\Message\ResponseInterface;
|
||||
use Psr\Http\Message\ServerRequestInterface;
|
||||
use Incoviba\Common\Alias\View;
|
||||
use Incoviba\Repository;
|
||||
|
||||
class Users
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user