Añadido lenguaje a los roles. Orden por grupos

This commit is contained in:
Jaime Jiménez
2023-05-02 14:32:27 +02:00
parent 1116d8c435
commit b21686c78a
7 changed files with 276 additions and 26 deletions

View File

@ -0,0 +1,35 @@
<?php
namespace App\Controllers\Produccion;
use App\Controllers\BaseController;
class Pedidoproduccion extends BaseController
{
function __construct()
{
}
public function index()
{
echo 'Hola2';
}
public function delete()
{
}
public function add()
{
}
public function edit()
{
}
}