Menu lateral inicial creado

This commit is contained in:
Jaime Jimenez
2023-05-03 21:15:18 +02:00
parent b21686c78a
commit 88f0853425
42 changed files with 534 additions and 97 deletions

View File

@ -0,0 +1,22 @@
<?php
namespace App\Controllers\EnviosLogistica;
use App\Controllers\BaseController;
class Logistica extends BaseController
{
function __construct()
{
}
public function index()
{
echo 'Logistica';
}
}