Borrado controller no usado

This commit is contained in:
Alejandro Tasistro 2024-08-27 20:56:20 -03:00
parent 800fed2097
commit f0f05f8361
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
<?php
namespace App\Http\Controllers\Api;
use App\Http\Controllers\Controller;
use Illuminate\Support\Facades\DB;
class PedidoController extends Controller
{
}